mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-24 09:08:07 +02:00
Turn off safe-browsing code in test harness.
This commit is contained in:
parent
b90869e97f
commit
0b422b4277
1 changed files with 1 additions and 0 deletions
|
@ -33,3 +33,4 @@ user_pref("browser.panorama.experienced_first_run", true); // Assume experienced
|
|||
user_pref("dom.w3c_touch_events.enabled", true);
|
||||
user_pref("extensions.checkCompatibility", false);
|
||||
user_pref("extensions.installDistroAddons", false); // prevent testpilot etc
|
||||
user_pref("browser.safebrowsing.enable", false); // prevent traffic to google servers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue