mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Remove support and tests for HSTS priming from the tree. Fixes #384
This commit is contained in:
parent
96a0af1be8
commit
d4ac94cf3e
56 changed files with 26 additions and 1812 deletions
|
|
@ -5445,23 +5445,6 @@ pref("media.block-autoplay-until-in-foreground", false);
|
|||
pref("layout.css.servo.enabled", true);
|
||||
#endif
|
||||
|
||||
// HSTS Priming
|
||||
// If a request is mixed-content, send an HSTS priming request to attempt to
|
||||
// see if it is available over HTTPS.
|
||||
#ifdef RELEASE_OR_BETA
|
||||
// Don't change the order of evaluation of mixed-content and HSTS upgrades in
|
||||
// order to be most compatible with current standards
|
||||
pref("security.mixed_content.send_hsts_priming", false);
|
||||
pref("security.mixed_content.use_hsts", false);
|
||||
#else
|
||||
// Change the order of evaluation so HSTS upgrades happen before
|
||||
// mixed-content blocking
|
||||
pref("security.mixed_content.send_hsts_priming", true);
|
||||
pref("security.mixed_content.use_hsts", true);
|
||||
#endif
|
||||
// Approximately 1 week default cache for HSTS priming failures
|
||||
pref ("security.mixed_content.hsts_priming_cache_timeout", 10080);
|
||||
|
||||
// TODO: Bug 1380959: Block toplevel data: URI navigations
|
||||
// If true, all toplevel data: URI navigations will be blocked.
|
||||
// Please note that manually entering a data: URI in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue