Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Setting up configurable security policies in firefox 4.0

  • No replies
  • 1 has this problem
  • 3 views
more options

Deploying Firefox 4.0 to an enterprise network. We want to disable javascript for all domains outside our network, but want to enable javascript for all domains inside our network. We have many servers, so is it possible to use a wildcard when specifying a server in the configurable security policies?

For example:

user_pref("capability.policy.policynames", "trustable"); user_pref("capability.policy.trustable.sites", "http://*.somesite.com"); user_pref("capability.policy.trustable.Window.open", "sameOrigin");

Deploying Firefox 4.0 to an enterprise network. We want to disable javascript for all domains outside our network, but want to enable javascript for all domains inside our network. We have many servers, so is it possible to use a wildcard when specifying a server in the configurable security policies? For example: user_pref("capability.policy.policynames", "trustable"); user_pref("capability.policy.trustable.sites", "http://*.somesite.com"); user_pref("capability.policy.trustable.Window.open", "sameOrigin");