mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1221106 - Let Permissions API ride the trains. r=baku
This commit is contained in:
parent
8c368b6d82
commit
1f90d31cf3
@ -128,11 +128,7 @@ pref("dom.indexedDB.logging.profiler-marks", false);
|
||||
pref("dom.fileHandle.enabled", true);
|
||||
|
||||
// Whether or not the Permissions API is enabled.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("dom.permissions.enabled", true);
|
||||
#else
|
||||
pref("dom.permissions.enabled", false);
|
||||
#endif
|
||||
|
||||
// Whether or not selection events are enabled
|
||||
#ifdef NIGHTLY_BUILD
|
||||
|
Loading…
Reference in New Issue
Block a user