mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
[PALEMOON] Remove "dom.push.enabled" from aboutPermissions.js (consolidated to "dom.webnotifications.enabled")
This commit is contained in:
parent
a3e90db709
commit
e241e6e34c
1 changed files with 0 additions and 2 deletions
|
|
@ -541,7 +541,6 @@ var AboutPermissions = {
|
|||
Services.prefs.addObserver("dom.webnotifications.enabled", this, false);
|
||||
Services.prefs.addObserver("xpinstall.whitelist.required", this, false);
|
||||
Services.prefs.addObserver("geo.enabled", this, false);
|
||||
Services.prefs.addObserver("dom.push.enabled", this, false);
|
||||
Services.prefs.addObserver("dom.indexedDB.enabled", this, false);
|
||||
Services.prefs.addObserver("plugins.click_to_play", this, false);
|
||||
Services.prefs.addObserver("full-screen-api.enabled", this, false);
|
||||
|
|
@ -694,7 +693,6 @@ var AboutPermissions = {
|
|||
Services.prefs.removeObserver("dom.webnotifications.enabled", this, false);
|
||||
Services.prefs.removeObserver("xpinstall.whitelist.required", this, false);
|
||||
Services.prefs.removeObserver("geo.enabled", this, false);
|
||||
Services.prefs.removeObserver("dom.push.enabled", this, false);
|
||||
Services.prefs.removeObserver("dom.indexedDB.enabled", this, false);
|
||||
Services.prefs.removeObserver("plugins.click_to_play", this, false);
|
||||
Services.prefs.removeObserver("full-screen-api.enabled", this, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue