home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / defaults / preferences / prefs.js
Encoding:
Text File  |  2007-11-12  |  803 b   |  22 lines

  1. pref("extensions.pyxpcom.embedded", true);
  2.  
  3. pref("security.warn_entering_secure", false);
  4. pref("security.warn_entering_weak", false);
  5. pref("security.warn_leaving_secure", false);
  6. pref("security.warn_submit_insecure", false);
  7. pref("security.warn_viewing_mixed", false);
  8.  
  9. pref("general.useragent.vendor", "Miro");
  10. pref("general.useragent.vendorSub", "1.0");
  11. pref("general.useragent.vendorComment", "http://www.participatoryculture.org");
  12.  
  13. /* debugging prefs */
  14. pref("browser.dom.window.dump.enabled", true);
  15. pref("javascript.options.showInConsole", true);
  16. pref("javascript.options.strict", true);
  17.  
  18. /* Turn off the extension auto update stuff */
  19. pref("extensions.update.enabled", false);
  20. pref("extensions.update.autoUpdateEnabled", false);
  21. pref("extensions.update.notifyUser", false);
  22.