privacy manager on https

Bronze Contributor
Bronze Contributor

We are currently deploying the privacy manager extension on a few websites - works fine, execpt that the websites are loaded via https. While the utag is (of course) loaded protocol-relative it seems that the privacy manager extension gets the pictures it uses via http, which leads to mixed-content warnings:

-------------

utui.jquery.js?v=0.7203811621389875:4 Mixed Content: The page at 'https://www.herrenausstatter.de/' was loaded over HTTPS, but requested an insecure image 'http://tags.tiqcdn.com/files/img/switch.gif'. This content should also be served over HTTPS.
bz @ utui.jquery.js?v=0.7203811621389875:4
utui.jquery.js?v=0.7203811621389875:4 Mixed Content: The page at 'https://www.herrenausstatter.de/' was loaded over HTTPS, but requested an insecure image 'http://tags.tiqcdn.com/files/img/overlay.png'. This content should also be served over HTTPS.
bz @ utui.jquery.js?v=0.7203811621389875:4
(index):1 Mixed Content: The page at 'https://www.herrenausstatter.de/' was loaded over HTTPS, but requested an insecure image 'http://tags.tiqcdn.com/files/img/tealium-logo.gif'. This content should also be served over HTTPS.

----------------

I was unable to find that issue within the community so far, is there a solution available? If so how to do it?

1 REPLY 1

privacy manager on https

Tealium Expert
Tealium Expert

You can edit the template of the Privacy Manager, @ebertbd, and remove the "http" so that the URL starts with the "//".

The template is called Multi Opt Out.  The graphics URLs are all in the styles bit (line 19).  You can copy paste this line out and into a proper text editor, replace the URLs and then paste it back in.

Multioptout.jpg

Public