I am using Firefox 23.0.1. I want to totally disable printing from Firefox, is this possible?
I used about:config to set the following properties:
- print.always_print_silent = true
- print.show_print_progress = false
It gets me half the way there, Firefox prints silently and does not show any indications of printing. However the job is still sent to the default printer.
I then tried to set print_printer to an empty string since this seems to be the default printer, but it sill sends the job to that printer.
Is there any way to completely disable printing for Firefox, preferably through the settings in about:config?
I want to do this since I have automatic semi-load tests (using Selenium together with JMeter). In the application that is tested, a pdf is embedded which has a javascript sending the pdf to the default printer. If printing cannot be disabled, a lot of garbage jobs would be sent to the printer.