mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-13 08:03:35 +02:00
Fix :san sitesettings.
This commit is contained in:
@@ -151,7 +151,7 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
|||||||
// "Allow this site to open popups" ...
|
// "Allow this site to open popups" ...
|
||||||
services.permissions.removeAll();
|
services.permissions.removeAll();
|
||||||
// Zoom level, ...
|
// Zoom level, ...
|
||||||
services.contentPrefs.removeGroupedPrefs();
|
services.contentPrefs.removeAllDomains(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
// "Never remember passwords" ...
|
// "Never remember passwords" ...
|
||||||
|
|||||||
Reference in New Issue
Block a user