mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-11 14:28:42 +00:00
Bug 951605 - Fix identified/verified image reversal. r=mfinkle
This commit is contained in:
parent
14305584be
commit
6df95c0a76
@ -21,8 +21,8 @@ public class SiteIdentity {
|
||||
// levels in site_security_level.xml
|
||||
public enum SecurityMode {
|
||||
UNKNOWN("unknown"),
|
||||
VERIFIED("verified"),
|
||||
IDENTIFIED("identified"),
|
||||
VERIFIED("verified"),
|
||||
MIXED_CONTENT_BLOCKED("mixed_content_blocked"),
|
||||
MIXED_CONTENT_LOADED("mixed_content_loaded");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user