File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ export function getOrejimeConfiguration(_window: NativeWindowRef): any {
115115 name : 'authentication' ,
116116 purposes : [ 'functional' ] ,
117117 required : true ,
118+ optOut : true ,
118119 cookies : [
119120 TOKENITEM ,
120121 IMPERSONATING_COOKIE ,
@@ -125,6 +126,7 @@ export function getOrejimeConfiguration(_window: NativeWindowRef): any {
125126 name : 'preferences' ,
126127 purposes : [ 'functional' ] ,
127128 required : true ,
129+ optOut : true ,
128130 cookies : [
129131 LANG_COOKIE ,
130132 ] ,
@@ -133,6 +135,7 @@ export function getOrejimeConfiguration(_window: NativeWindowRef): any {
133135 name : 'acknowledgement' ,
134136 purposes : [ 'functional' ] ,
135137 required : true ,
138+ optOut : true ,
136139 cookies : [
137140 [ / ^ o r e j i m e - .+ $ / ] ,
138141 HAS_AGREED_END_USER ,
You can’t perform that action at this time.
0 commit comments