We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b1052 commit a8e5e40Copy full SHA for a8e5e40
src/app/shared/cookies/klaro-configuration.ts
@@ -22,7 +22,9 @@ export const GOOGLE_ANALYTICS_KLARO_KEY = 'google-analytics';
22
export const klaroConfiguration: any = {
23
storageName: ANONYMOUS_STORAGE_NAME_KLARO,
24
25
- privacyPolicy: './info/privacy',
+ //privacyPolicy: './info/privacy',
26
+
27
+ privacyPolicy: 'https://vie-privee.umontreal.ca/confidentialite/',
28
29
/*
30
Setting 'hideLearnMore' to 'true' will hide the "learn more / customize" link in
0 commit comments