more windows BS
This commit is contained in:
parent
a11724172d
commit
bb2d08fe5c
1 changed files with 26 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
t: new
|
t: new
|
||||||
o: mozilla-central/modules/libpref/init/StaticPrefList.yaml
|
o: /modules/libpref/init/StaticPrefList.yaml
|
||||||
|
|
||||||
+# This Source Code Form is subject to the terms of the Mozilla Public
|
+# This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
+# License, v. 2.0. If a copy of the MPL was not distributed with this
|
+# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
@ -2329,6 +2329,12 @@ o: mozilla-central/modules/libpref/init/StaticPrefList.yaml
|
||||||
+ value: true
|
+ value: true
|
||||||
+ mirror: always
|
+ mirror: always
|
||||||
+
|
+
|
||||||
|
+# Without this my windows build crashes
|
||||||
|
+- name: "dom.block_multiple_popups"
|
||||||
|
+ type: bool
|
||||||
|
+ value: true
|
||||||
|
+ mirror: always
|
||||||
|
+
|
||||||
+# Block sandboxed BrowsingContexts from navigating to external protocols.
|
+# Block sandboxed BrowsingContexts from navigating to external protocols.
|
||||||
+- name: dom.block_external_protocol_navigation_from_sandbox
|
+- name: dom.block_external_protocol_navigation_from_sandbox
|
||||||
+ type: bool
|
+ type: bool
|
||||||
|
@ -7823,6 +7829,7 @@ o: mozilla-central/modules/libpref/init/StaticPrefList.yaml
|
||||||
+ value: true
|
+ value: true
|
||||||
+ mirror: always
|
+ mirror: always
|
||||||
+
|
+
|
||||||
|
+ # Without this my windows build crashes
|
||||||
+- name: "intl.compare_against_brokered_complex_line_breaks"
|
+- name: "intl.compare_against_brokered_complex_line_breaks"
|
||||||
+ type: bool
|
+ type: bool
|
||||||
+ value: false
|
+ value: false
|
||||||
|
@ -14135,6 +14142,12 @@ o: mozilla-central/modules/libpref/init/StaticPrefList.yaml
|
||||||
+ value: true
|
+ value: true
|
||||||
+ mirror: always
|
+ mirror: always
|
||||||
+
|
+
|
||||||
|
+# Without this my windows build crashes
|
||||||
|
+- name: "network.url.strict_data_url_base64_placement"
|
||||||
|
+ type: bool
|
||||||
|
+ value: false
|
||||||
|
+ mirror: always
|
||||||
|
+
|
||||||
+# A list of schemes to allow for bypassing defaultURI as default
|
+# A list of schemes to allow for bypassing defaultURI as default
|
||||||
+# This is only used when network.url.simple_uri_unknown_schemes_enabled is true
|
+# This is only used when network.url.simple_uri_unknown_schemes_enabled is true
|
||||||
+- name: network.url.simple_uri_unknown_schemes
|
+- name: network.url.simple_uri_unknown_schemes
|
||||||
|
@ -14299,6 +14312,12 @@ o: mozilla-central/modules/libpref/init/StaticPrefList.yaml
|
||||||
+ value: true
|
+ value: true
|
||||||
+ mirror: always
|
+ mirror: always
|
||||||
+
|
+
|
||||||
|
+# Without this my windows build crashes
|
||||||
|
+- name: "network.http.http2_move_to_pending_list_after_network_change"
|
||||||
|
+ type: bool
|
||||||
|
+ value: false
|
||||||
|
+ mirror: always
|
||||||
|
+
|
||||||
+# Enable HTTP/3
|
+# Enable HTTP/3
|
||||||
+- name: network.http.http3.enable
|
+- name: network.http.http3.enable
|
||||||
+ type: RelaxedAtomicBool
|
+ type: RelaxedAtomicBool
|
||||||
|
@ -14549,6 +14568,12 @@ o: mozilla-central/modules/libpref/init/StaticPrefList.yaml
|
||||||
+ value: ""
|
+ value: ""
|
||||||
+ mirror: never
|
+ mirror: never
|
||||||
+
|
+
|
||||||
|
+# Without this my windows build crashes
|
||||||
|
+- name: "network.dns.use_override_as_peer_address"
|
||||||
|
+ type: bool
|
||||||
|
+ value: false
|
||||||
|
+ mirror: always
|
||||||
|
+
|
||||||
+# Whether to add additional record IPs to the cache
|
+# Whether to add additional record IPs to the cache
|
||||||
+- name: network.trr.add_additional_records
|
+- name: network.trr.add_additional_records
|
||||||
+ type: RelaxedAtomicBool
|
+ type: RelaxedAtomicBool
|
||||||
|
|
Loading…
Add table
Reference in a new issue