Preferences created or changed for Firfox 3.6.9 to enable auto login and silent printing.
In about:config
, I added these 2 properties:
network.http.phishy-userpass-length
, integer, 255print.always_print_silent
, boolean, true
Printing:
- web applications - Automatically Print Image from Website - Stack Overflow
- Seamless Print :: Add-ons for Firefox (requires firefox v19+)
- AttendPrint :: Add-ons for Firefox (requires firefox 3+)
- web applications - Automatically Print Image from Website - Stack Overflow
Auth:
- testing - HTTP Basic Auth via URL in Firefox does not work? - Stack Overflow
- Alek’s Blog: Selenium WebDriver tips
- http - Using in-url basic authentication in firefox - Stack Overflow
- java - How to perform Basic Authentication for FirefoxDriver, ChromeDriver and IEdriver in Selenium WebDriver? - Stack Overflow
Other changes:
app.update.enabled, false extensions.update.enabled, false browser.search.update, false security.warn_viewing_mixed, false
I didn’t uncheck “Block pop-up windows”, although I had expected I’d need to do that.
Printing:
Margins:
- top: 0.4in
- left: 0.4in
- right: 0.2in
- bottom: 0.2in
Check box to print background images and colors.
Remove all the header and footer components.
I haven’t done it yet, but we may also want to disable security.mixed_content.block_active_content . See also: [Mixed Content Blocking preferences not remembered |
Firefox Support Forum | Mozilla Support](https://support.mozilla.org/en-US/questions/967760). |