mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1221206 - Turn on insecure password warning for dev edition. r=MattN
This commit is contained in:
parent
3890e23381
commit
d3433dfe83
@ -1394,8 +1394,9 @@ pref("dom.identity.enabled", false);
|
||||
// Block insecure active content on https pages
|
||||
pref("security.mixed_content.block_active_content", true);
|
||||
|
||||
// Show degraded UI for http pages with password fields
|
||||
#ifdef NIGHTLY_BUILD
|
||||
// Show degraded UI for http pages with password fields.
|
||||
// Only for Nightly and Dev Edition for not, not for beta or release.
|
||||
#ifndef RELEASE_BUILD
|
||||
pref("security.insecure_password.ui.enabled", true);
|
||||
#else
|
||||
pref("security.insecure_password.ui.enabled", false);
|
||||
|
Loading…
Reference in New Issue
Block a user