mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1226699 - Add per-app DevTools prefs to Graphene. r=fabrice
This commit is contained in:
parent
9653fb962a
commit
d37bc7f351
@ -53,3 +53,10 @@ pref("media.useAudioChannelService", false);
|
||||
#ifdef ENABLE_MARIONETTE
|
||||
pref("b2g.is_mulet", true);
|
||||
#endif
|
||||
|
||||
// Most DevTools prefs are set from the shared file
|
||||
// devtools/client/preferences/devtools.js, but this one is currently set
|
||||
// per-app or per-channel.
|
||||
// Number of usages of the web console or scratchpad. If this is less than 5,
|
||||
// then pasting code into the web console or scratchpad is disabled
|
||||
pref("devtools.selfxss.count", 5);
|
||||
|
Loading…
Reference in New Issue
Block a user