mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #1375 - Merge CustomElements pref with Webcomponents Pref
This commit is contained in:
parent
ca48752304
commit
04a69cbc34
5 changed files with 4 additions and 6 deletions
|
|
@ -593,7 +593,7 @@ nsContentUtils::Init()
|
|||
"dom.webcomponents.enabled", false);
|
||||
|
||||
Preferences::AddBoolVarCache(&sIsCustomElementsEnabled,
|
||||
"dom.webcomponents.customelements.enabled", false);
|
||||
"dom.webcomponents.enabled", false);
|
||||
|
||||
Preferences::AddBoolVarCache(&sEncodeDecodeURLHash,
|
||||
"dom.url.encode_decode_hash", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue