Add OneTrust to ensure compliance
This commit is contained in:
parent
98573e8d4d
commit
063958c05c
|
|
@ -150,4 +150,18 @@ module.exports = {
|
|||
},
|
||||
],
|
||||
],
|
||||
scripts: [
|
||||
{
|
||||
src: 'https://cdn.cookielaw.org/scripttemplates/otSDKStub.js',
|
||||
type:'text/javascript',
|
||||
charset: 'UTF-8',
|
||||
'data-domain-script': '0f98beb0-fc4c-417d-a42e-564e2cae42d2',
|
||||
async: true
|
||||
},
|
||||
{
|
||||
src: '/scripts/optanonwrapper.js',
|
||||
type:'text/javascript',
|
||||
async: true
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
function OptanonWrapper() { }
|
||||
Loading…
Reference in New Issue