Skip to content
Snippets Groups Projects
Commit 56e98606 authored by Ken Hawkins's avatar Ken Hawkins
Browse files

Use URL stub for DP cookie #137

parent 66de4a12
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ function ebiFrameworkRunDataProtectionBanner(targetedFrameworkVersion) {
// Default global values
dataProtectionSettings.message = 'This website requires cookies, and the limited processing of your personal data in order to function. By using the site you are agreeing to this as outlined in our <a target="_blank" href="https://www.ebi.ac.uk/data-protection/privacy-notice/embl-ebi-public-website" class="white-color">Privacy Notice</a> and <a target="_blank" href="https://www.ebi.ac.uk/about/terms-of-use" class="white-color">Terms of Use</a>.';
dataProtectionSettings.serviceId = 'ebi';
dataProtectionSettings.serviceId = 'embl-ebi-public-website'; // use the URL stub from your DP record at http://content.ebi.ac.uk/list-data-protection-records
dataProtectionSettings.dataProtectionVersion = '1.0';
// If there's a div#data-protection-message-configuration, override defaults
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment