mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
0d1cf674f0
39 changed files with 18940 additions and 10805 deletions
|
|
@ -851,9 +851,6 @@ pref("canvas.filters.enabled", true);
|
|||
pref("canvas.path.enabled", true);
|
||||
pref("canvas.capturestream.enabled", true);
|
||||
|
||||
// Disable the ImageBitmap-extensions for now.
|
||||
pref("canvas.imagebitmap_extensions.enabled", false);
|
||||
|
||||
// We want the ability to forcibly disable platform a11y, because
|
||||
// some non-a11y-related components attempt to bring it up. See bug
|
||||
// 538530 for details about Windows; we have a pref here that allows it
|
||||
|
|
@ -1620,6 +1617,8 @@ pref("network.http.altsvc.enabled", true);
|
|||
pref("network.http.altsvc.oe", false);
|
||||
// Send upgrade-insecure-requests HTTP header?
|
||||
pref("network.http.upgrade-insecure-requests", false);
|
||||
// Send Sec-Fetch-* headers?
|
||||
pref("network.http.secfetch.enabled", true);
|
||||
|
||||
pref("network.http.diagnostics", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue