|
@@ -204,10 +204,10 @@ var tarteaucitron = {
|
|
|
"adblocker": false,
|
|
|
"hashtag": '#tarteaucitron',
|
|
|
"cookieName": 'tarteaucitron',
|
|
|
- "highPrivacy": true,
|
|
|
- "orientation": "middle",
|
|
|
+ "highPrivacy": false,
|
|
|
+ "orientation": "bottom",
|
|
|
"bodyPosition": "bottom",
|
|
|
- "removeCredit": false,
|
|
|
+ "removeCredit": true,
|
|
|
"showAlertSmall": false,
|
|
|
"showIcon": true,
|
|
|
"iconPosition": "BottomRight",
|
|
@@ -224,6 +224,7 @@ var tarteaucitron = {
|
|
|
"closePopup": false,
|
|
|
"groupServices": false,
|
|
|
"serviceDefaultState": 'wait',
|
|
|
+ "bypass": true,
|
|
|
},
|
|
|
params = tarteaucitron.parameters;
|
|
|
|
|
@@ -862,7 +863,7 @@ var tarteaucitron = {
|
|
|
tarteaucitron.pro('!' + service.key + '=' + isAllowed);
|
|
|
|
|
|
// allow by default for non EU
|
|
|
- if (isResponded === false && tarteaucitron.user.bypass === true) {
|
|
|
+ if (isResponded === false && tarteaucitron.parameters.bypass === true) {
|
|
|
isAllowed = true;
|
|
|
tarteaucitron.cookie.create(service.key, true);
|
|
|
}
|