(Un)Trusted Zones

User Help for Mozilla Firefox
Post Reply
CyberBill
Guest

(Un)Trusted Zones

Post by CyberBill »

Is there a way to add trusted and untrusted sites, domains, etc? If not, could this be a product enhancement?
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

all sites are treated the same, untrusted. YOu can control your privacy options through Options -> Privacy
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
User avatar
laszlo
Posts: 5225
Joined: November 4th, 2002, 6:13 pm
Location: .de
Contact:

Post by laszlo »

FireBird has built-in support for a feature that is comparable to IE's security zone concept, but there's no official UI for it:

http://www.mozilla.org/projects/securit ... olicy.html

If that's what you're looking for, take a look at this extension:

http://white.sakura.ne.jp/~piro/xul/_po ... er.html.en
Shufflebug
Guest

Post by Shufflebug »

I managed to allow JavaScript for all sites and deny it for certain sites, but NOT the other way (deny for all, allow for certain), which is the preferable one !!

Does anybody know how to get there ?

Shufflebug
User avatar
frease
Posts: 3981
Joined: September 16th, 2003, 1:17 pm

Post by frease »

I think a Javascript toggle button can be used to toggle JS off for ALL page (but not for certain). If you want it, then you have to install this:

http://texturizer.net/firebird/extensions/#prefbuttons
User avatar
laszlo
Posts: 5225
Joined: November 4th, 2002, 6:13 pm
Location: .de
Contact:

Post by laszlo »

This is what you tried and it didn't work?

user_pref("capability.policy.policynames", "trusted");
user_pref("capability.policy.default.javascript.enabled", "noAccess");
user_pref("capability.policy.trusted.sites", "http://trustedsite.com");
user_pref("capability.policy.trusted.javascript.enabled", "allAccess");
user_pref("javascript.enabled", true);
"I'll be dead after I die. I was dead before I was born. Life is a break from death." - Hlynur, 101 Reykjavík
Shufflebug
Guest

Post by Shufflebug »

OK, now i've got it. My mistake was, that I generally disabled javascript instead of enableing it.
Thank you guys :-)

Shufflebug
Post Reply