Skip to content

Commit

Permalink
Disable CSS and images
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Mar 14, 2012
1 parent 2e5e929 commit 81908a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ pref("dom.max_chrome_script_run_time", 0);
// Use basicViewer for opening new DOM windows from content (for TinyMCE)
pref("browser.chromeURL", "chrome://zotero/content/standalone/basicViewer.xul");

// Disable CSS and images
pref("permissions.default.stylesheet", 2);
pref("permissions.default.image", 2);

pref("network.protocol-handler.expose-all", false);
pref("network.protocol-handler.expose.zotero", true);
pref("network.protocol-handler.expose.http", true);
Expand Down

0 comments on commit 81908a4

Please sign in to comment.