1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-10 17:15:46 +01:00

Fix :san sitesettings.

This commit is contained in:
Kris Maglione
2014-02-24 19:13:34 -08:00
parent 5b38465a1c
commit 4cb9271074

View File

@@ -151,7 +151,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
// "Allow this site to open popups" ...
services.permissions.removeAll();
// Zoom level, ...
services.contentPrefs.removeGroupedPrefs();
services.contentPrefs.removeAllDomains(null);
}
// "Never remember passwords" ...