Update links to HTTPS and fix redirects
This commit is contained in:
parent
94319d0646
commit
6a5f22e382
|
|
@ -6,7 +6,7 @@ tarteaucitron.services.addthis = {
|
|||
"key": "addthis",
|
||||
"type": "social",
|
||||
"name": "AddThis",
|
||||
"uri": "http://www.addthis.com/privacy/privacy-policy#publisher-visitors",
|
||||
"uri": "https://www.addthis.com/privacy/privacy-policy#publisher-visitors",
|
||||
"needConsent": true,
|
||||
"cookies": ['__atuvc', '__atuvs'],
|
||||
"js": function () {
|
||||
|
|
@ -82,7 +82,7 @@ tarteaucitron.services.alexa = {
|
|||
"key": "alexa",
|
||||
"type": "analytic",
|
||||
"name": "Alexa",
|
||||
"uri": "http://www.alexa.com/help/privacy",
|
||||
"uri": "https://www.alexa.com/help/privacy",
|
||||
"needConsent": true,
|
||||
"cookies": ['__asc', '__auc'],
|
||||
"js": function () {
|
||||
|
|
@ -104,7 +104,7 @@ tarteaucitron.services.amazon = {
|
|||
"key": "amazon",
|
||||
"type": "ads",
|
||||
"name": "Amazon",
|
||||
"uri": "http://www.amazon.fr/gp/help/customer/display.html?ie=UTF8&*Version*=1&*entries*=0&nodeId=201149360",
|
||||
"uri": "https://www.amazon.fr/gp/help/customer/display.html?ie=UTF8&*Version*=1&*entries*=0&nodeId=201149360",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
|
|
@ -283,7 +283,7 @@ tarteaucitron.services.dailymotion = {
|
|||
"key": "dailymotion",
|
||||
"type": "video",
|
||||
"name": "Dailymotion",
|
||||
"uri": "http://www.dailymotion.com/legal/privacy",
|
||||
"uri": "https://www.dailymotion.com/legal/privacy",
|
||||
"needConsent": true,
|
||||
"cookies": ['ts', 'dmvk', 'hist', 'v1st', 's_vi'],
|
||||
"js": function () {
|
||||
|
|
@ -484,7 +484,7 @@ tarteaucitron.services.facebook = {
|
|||
"key": "facebook",
|
||||
"type": "social",
|
||||
"name": "Facebook",
|
||||
"uri": "https://www.facebook.com/help/cookies/",
|
||||
"uri": "https://www.facebook.com/policies/cookies/",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
|
|
@ -509,7 +509,7 @@ tarteaucitron.services.facebooklikebox = {
|
|||
"key": "facebooklikebox",
|
||||
"type": "social",
|
||||
"name": "Facebook (like box)",
|
||||
"uri": "https://www.facebook.com/help/cookies/",
|
||||
"uri": "https://www.facebook.com/policies/cookies/",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
|
|
@ -534,7 +534,7 @@ tarteaucitron.services.facebookcomment = {
|
|||
"key": "facebookcomment",
|
||||
"type": "comment",
|
||||
"name": "Facebook (commentaire)",
|
||||
"uri": "https://www.facebook.com/help/cookies/",
|
||||
"uri": "https://www.facebook.com/policies/cookies/",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
|
|
@ -621,7 +621,7 @@ tarteaucitron.services.gplus = {
|
|||
"key": "gplus",
|
||||
"type": "social",
|
||||
"name": "Google+",
|
||||
"uri": "http://www.google.fr/intl/policies/privacy/",
|
||||
"uri": "https://policies.google.com/privacy",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
|
|
@ -640,7 +640,7 @@ tarteaucitron.services.gplusbadge = {
|
|||
"key": "gplusbadge",
|
||||
"type": "social",
|
||||
"name": "Google+ (badge)",
|
||||
"uri": "http://www.google.fr/intl/policies/privacy/",
|
||||
"uri": "https://policies.google.com/privacy",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
|
|
@ -965,7 +965,7 @@ tarteaucitron.services.microsoftcampaignanalytics = {
|
|||
"key": "microsoftcampaignanalytics",
|
||||
"type": "analytic",
|
||||
"name": "Microsoft Campaign Analytics",
|
||||
"uri": "https://www.microsoft.com/fr-fr/privacystatement/Default.aspx",
|
||||
"uri": "https://privacy.microsoft.com/privacystatement/",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
|
|
|
|||
Loading…
Reference in New Issue