You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"CookieBannerContent": "<p>We've put some small files called cookies on your device to make our site work.</p> <p>We'd also like to use analytics cookies. These send anonymous information about how our site is used to a service called Google Analytics & Hotjar Analytics. We use this information to improve our site.</p>",
16
-
//"CookieBannerContent": "<p>We've put some small files called cookies on your device to make our site work.</p> <p>We'd also like to use analytics cookies. These send anonymous information about how our site is used to a service called Google Analytics & Hotjar Analytics. We use this information to improve our site.</p> <p>Let us know if this is OK. We'll use a cookie to save your choice. You can <a id= nhsuk-cookie-banner__link\" target=\"_blank\" href=\"@Url.Action(@policyActionName,@policyControllerName)\" tabindex=\"1\">read more about our cookies</a> before you choose.</p>",
17
15
"ApplicationName": "Digital Learning Solutions",
18
16
"CookieName": "Dls-cookie-consent",
19
17
"ExpiryDays": "365",
20
-
"DeleteCookieNamesPrefix": [ "_ga", "_hj" ]
18
+
"AnalyticsCookieNamesPrefix": [ "_ga", "_hj" ],
19
+
"AnalyticsCookiesDomainName": ""
21
20
},
22
21
23
22
// Get cookie policy content from SQL based source
0 commit comments