mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #2542 - Part 8: Enable Sec-Fetch-* headers by default.
This commit is contained in:
parent
fffe6c4996
commit
18991a87f8
1 changed files with 1 additions and 1 deletions
|
|
@ -1617,7 +1617,7 @@ 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", false);
|
||||
pref("network.http.secfetch.enabled", true);
|
||||
|
||||
pref("network.http.diagnostics", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue