mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
Add SpecialPowers extension to allow the browser to quit from content, and a bunch of other exciting things.
This commit is contained in:
parent
f777fcf792
commit
49d17bdc46
8 changed files with 417 additions and 3 deletions
|
@ -30,4 +30,5 @@ user_pref("media.cache_size", 100);
|
|||
user_pref("security.warn_viewing_mixed", false);
|
||||
user_pref("app.update.enabled", false);
|
||||
user_pref("browser.panorama.experienced_first_run", true); // Assume experienced
|
||||
user_pref("dom.w3c_touch_events.enabled", true);
|
||||
user_pref("dom.w3c_touch_events.enabled", true);
|
||||
user_pref("extensions.checkCompatibility", false);
|
Loading…
Add table
Add a link
Reference in a new issue