搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

windows 2008r2 script exceptions to popup blocker

  • 2 回覆
  • 2 有這個問題
  • 3 次檢視
  • 最近回覆由 cor-el

more options

I'm trying to deploy Firefox 25 to about 400 users via Win2008r2 terminal services in and AD environment. I want popup blocker to be enabled but I need a way to auto-populate a list of exceptions for these users automatically when they first logon. Without the ability to 'push' exceptions into configurations, the popup blocker will generate too many support calls for Firefox to be viable.

The preferred option would be GPO (I've tried all the firefoxadm type options but they are all outdated for FF25 and 64bit) but pushing files around with scripts at login would do. I've tried making changes to the popup exclusion list and then checking for changing config files but can't see anything obvious for the stored locations.

I'm trying to deploy Firefox 25 to about 400 users via Win2008r2 terminal services in and AD environment. I want popup blocker to be enabled but I need a way to auto-populate a list of exceptions for these users automatically when they first logon. Without the ability to 'push' exceptions into configurations, the popup blocker will generate too many support calls for Firefox to be viable. The preferred option would be GPO (I've tried all the firefoxadm type options but they are all outdated for FF25 and 64bit) but pushing files around with scripts at login would do. I've tried making changes to the popup exclusion list and then checking for changing config files but can't see anything obvious for the stored locations.

所有回覆 (2)

more options

The popup whitelist sites seemed to be stored in permissions.sqlite file, which is a SQL Lite DB, that is part of the profile that is created for the user. I am checking to see if there is an easier way for editing this file or a script hat can insert the required settings for the popup blocker in the DB - that way you can execute the script.

To check the key and value, I guess you can copy the permissions.sqlite DB from the profile and view it in a SQLite browser - and after that I would think it will be a SQL insert command into the DB.

I will post whatever I can find to make this easier for you. Request you to kindly provide the solution if you were able to get this working.

Thank you

more options

See:

You can place files to initialize a new profile in the browser\defaults\profile folder