Forráskód Böngészése

update privacy policy url for google and facebook

Amauri CHAMPEAUX 4 éve
szülő
commit
2379e06481
1 módosított fájl, 14 hozzáadás és 14 törlés
  1. 14 14
      tarteaucitron.services.js

+ 14 - 14
tarteaucitron.services.js

@@ -125,7 +125,7 @@ tarteaucitron.services.facebookpost = {
     "key": "facebookpost",
     "key": "facebookpost",
     "type": "social",
     "type": "social",
     "name": "Facebook (post)",
     "name": "Facebook (post)",
-    "uri": "https://www.facebook.com/help/325807937506242",
+    "uri": "https://www.facebook.com/policy.php",
     "needConsent": true,
     "needConsent": true,
     "cookies": [],
     "cookies": [],
     "js": function () {
     "js": function () {
@@ -1093,7 +1093,7 @@ tarteaucitron.services.facebook = {
     "key": "facebook",
     "key": "facebook",
     "type": "social",
     "type": "social",
     "name": "Facebook",
     "name": "Facebook",
-    "uri": "https://www.facebook.com/policies/cookies/",
+    "uri": "https://www.facebook.com/policy.php",
     "needConsent": true,
     "needConsent": true,
     "cookies": [],
     "cookies": [],
     "js": function () {
     "js": function () {
@@ -1118,7 +1118,7 @@ tarteaucitron.services.facebooklikebox = {
     "key": "facebooklikebox",
     "key": "facebooklikebox",
     "type": "social",
     "type": "social",
     "name": "Facebook (like box)",
     "name": "Facebook (like box)",
-    "uri": "https://www.facebook.com/policies/cookies/",
+    "uri": "https://www.facebook.com/policy.php",
     "needConsent": true,
     "needConsent": true,
     "cookies": [],
     "cookies": [],
     "js": function () {
     "js": function () {
@@ -1143,7 +1143,7 @@ tarteaucitron.services.facebookcomment = {
     "key": "facebookcomment",
     "key": "facebookcomment",
     "type": "comment",
     "type": "comment",
     "name": "Facebook (commentaire)",
     "name": "Facebook (commentaire)",
-    "uri": "https://www.facebook.com/policies/cookies/",
+    "uri": "https://www.facebook.com/policy.php",
     "needConsent": true,
     "needConsent": true,
     "cookies": [],
     "cookies": [],
     "js": function () {
     "js": function () {
@@ -1473,7 +1473,7 @@ tarteaucitron.services.gajs = {
     "key": "gajs",
     "key": "gajs",
     "type": "analytic",
     "type": "analytic",
     "name": "Google Analytics (ga.js)",
     "name": "Google Analytics (ga.js)",
-    "uri": "https://support.google.com/analytics/answer/6004245",
+    "uri": "https://policies.google.com/privacy",
     "needConsent": true,
     "needConsent": true,
     "cookies": (function () {
     "cookies": (function () {
         var googleIdentifier = tarteaucitron.user.gajsUa,
         var googleIdentifier = tarteaucitron.user.gajsUa,
@@ -1513,7 +1513,7 @@ tarteaucitron.services.analytics = {
     "key": "analytics",
     "key": "analytics",
     "type": "analytic",
     "type": "analytic",
     "name": "Google Analytics (universal)",
     "name": "Google Analytics (universal)",
-    "uri": "https://support.google.com/analytics/answer/6004245",
+    "uri": "https://policies.google.com/privacy",
     "needConsent": true,
     "needConsent": true,
     "cookies": (function () {
     "cookies": (function () {
         var googleIdentifier = tarteaucitron.user.analyticsUa,
         var googleIdentifier = tarteaucitron.user.analyticsUa,
@@ -1564,7 +1564,7 @@ tarteaucitron.services.gtag = {
     "key": "gtag",
     "key": "gtag",
     "type": "analytic",
     "type": "analytic",
     "name": "Google Analytics (gtag.js)",
     "name": "Google Analytics (gtag.js)",
-    "uri": "https://support.google.com/analytics/answer/6004245",
+    "uri": "https://policies.google.com/privacy",
     "needConsent": true,
     "needConsent": true,
     "cookies": (function () {
     "cookies": (function () {
         var googleIdentifier = tarteaucitron.user.gtagUa,
         var googleIdentifier = tarteaucitron.user.gtagUa,
@@ -1596,7 +1596,7 @@ tarteaucitron.services.googlemaps = {
     "key": "googlemaps",
     "key": "googlemaps",
     "type": "api",
     "type": "api",
     "name": "Google Maps",
     "name": "Google Maps",
-    "uri": "https://adssettings.google.com/",
+    "uri": "https://policies.google.com/privacy",
     "needConsent": true,
     "needConsent": true,
     "cookies": [],
     "cookies": [],
     "js": function () {
     "js": function () {
@@ -1647,7 +1647,7 @@ tarteaucitron.services.googlemapssearch = {
     "key": "googlemapssearch",
     "key": "googlemapssearch",
     "type": "api",
     "type": "api",
     "name": "Google Maps Search API",
     "name": "Google Maps Search API",
-    "uri": "https://adssettings.google.com/",
+    "uri": "https://policies.google.com/privacy",
     "needConsent": true,
     "needConsent": true,
     "cookies": ['nid'],
     "cookies": ['nid'],
     "js": function () {
     "js": function () {
@@ -1679,7 +1679,7 @@ tarteaucitron.services.googlemapsembed = {
     "key": "googlemapsembed",
     "key": "googlemapsembed",
     "type": "api",
     "type": "api",
     "name": "Google Maps Embed",
     "name": "Google Maps Embed",
-    "uri": "https://adssettings.google.com/",
+    "uri": "https://policies.google.com/privacy",
     "needConsent": true,
     "needConsent": true,
     "cookies": ['apisid', 'hsid', 'nid', 'sapisid', 'sid', 'sidcc', 'ssid', '1p_jar'],
     "cookies": ['apisid', 'hsid', 'nid', 'sapisid', 'sid', 'sidcc', 'ssid', '1p_jar'],
     "js": function () {
     "js": function () {
@@ -1708,7 +1708,7 @@ tarteaucitron.services.googletagmanager = {
     "key": "googletagmanager",
     "key": "googletagmanager",
     "type": "api",
     "type": "api",
     "name": "Google Tag Manager",
     "name": "Google Tag Manager",
-    "uri": "https://adssettings.google.com/",
+    "uri": "https://policies.google.com/privacy",
     "needConsent": true,
     "needConsent": true,
     "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
     "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
     "js": function () {
     "js": function () {
@@ -1730,7 +1730,7 @@ tarteaucitron.services.multiplegoogletagmanager = {
   "key": "multiplegoogletagmanager",
   "key": "multiplegoogletagmanager",
   "type": "api",
   "type": "api",
   "name": "Google Tag Manager",
   "name": "Google Tag Manager",
-  "uri": "https://adssettings.google.com/",
+  "uri": "https://policies.google.com/privacy",
   "needConsent": true,
   "needConsent": true,
   "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
   "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
   "js": function () {
   "js": function () {
@@ -1756,7 +1756,7 @@ tarteaucitron.services.googlefonts = {
   "key": "googlefonts",
   "key": "googlefonts",
   "type": "api",
   "type": "api",
   "name": "Google Webfonts",
   "name": "Google Webfonts",
-  "uri": "https://www.google.com/intl/de/policies/privacy/",
+  "uri": "https://policies.google.com/privacy",
   "needConsent": true,
   "needConsent": true,
   "cookies": [],
   "cookies": [],
   "js": function () {
   "js": function () {
@@ -3290,7 +3290,7 @@ tarteaucitron.services.facebookpixel = {
     "key": "facebookpixel",
     "key": "facebookpixel",
     "type": "ads",
     "type": "ads",
     "name": "Facebook Pixel",
     "name": "Facebook Pixel",
-    "uri": "https://fr-fr.facebook.com/business/help/www/651294705016616",
+    "uri": "https://www.facebook.com/policy.php",
     "needConsent": true,
     "needConsent": true,
     "cookies": ['datr', 'fr', 'reg_ext_ref', 'reg_fb_gate', 'reg_fb_ref', 'sb', 'wd', 'x-src'],
     "cookies": ['datr', 'fr', 'reg_ext_ref', 'reg_fb_gate', 'reg_fb_ref', 'sb', 'wd', 'x-src'],
     "js": function () {
     "js": function () {