webc icon indicating copy to clipboard operation
webc copied to clipboard

Domain accessible not in whitelist=

Open gitdevmod opened this issue 9 years ago • 3 comments

Hi,

I've put "whitelist=www.cnil.fr" but at the top there is link to access g+, facebook, twitter, youtube. Theses link are like "http://www.cnil.fr/google/", http://www.cnil.fr/facebook/, http://www.cnil.fr/twitter/, http://www.cnil.fr/youtube/. If I click on one of these links I can access to the page, for example youtube I can view videos.

Any ideas how to solve this issue ?

version : webconverger 28 amd64

gitdevmod avatar May 26 '15 07:05 gitdevmod

Hi! I think I see the problem with pref("extensions.webconverger.whitelist", "www.cnil.fr");...

I'm thinking why have you implemented those links as redirects on your homepage? If you do not want poeple to go on G+, FB, twitter or Youtube, why not update the social media bookmarks to go direct to those sites? Then they would fall outside the whitelist. :smiley:

Anything to add @mkaply ?

kaihendry avatar May 26 '15 07:05 kaihendry

Hi kaihendry,

Because this is not my site :)

gitdevmod avatar May 26 '15 08:05 gitdevmod

Well, even though the links are whitelisted, the pageloads themselves should fail because they are not on the whitelist. I'll have to check.

mkaply avatar May 26 '15 15:05 mkaply