Don't disable the Intersection Observer API

Resolves #20
This commit is contained in:
Shreyas Minocha 2020-04-19 18:01:41 +05:30
parent 34f573f754
commit 3359f36bb8
No known key found for this signature in database
GPG key ID: 3740FE9FC5772203

View file

@ -434,7 +434,7 @@ lockPref("dom.disable_window_open_feature.status", true); // status bar - defaul
lockPref("dom.disable_window_open_feature.titlebar", true); lockPref("dom.disable_window_open_feature.titlebar", true);
lockPref("dom.disable_window_open_feature.toolbar", true); lockPref("dom.disable_window_open_feature.toolbar", true);
lockPref("dom.disable_window_move_resize", true); lockPref("dom.disable_window_move_resize", true);
lockPref("dom.IntersectionObserver.enabled", false); // lockPref("dom.IntersectionObserver.enabled", false);
lockPref("accessibility.force_disabled", 1); lockPref("accessibility.force_disabled", 1);
lockPref("browser.uitour.enabled", false); lockPref("browser.uitour.enabled", false);
lockPref("browser.uitour.url", ""); lockPref("browser.uitour.url", "");