Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: content/common/content_security_policy/csp_directive.h

Issue 2910573002: Implement upgrade-insecure-requests in browser for frame requests (Closed)
Patch Set: rebase Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/content_security_policy/csp_directive.h
diff --git a/content/common/content_security_policy/csp_directive.h b/content/common/content_security_policy/csp_directive.h
index 15c006921462896c6ed8d2cfe39ef7fcf44959b2..914ab181392b3f9250627253761918302d248284 100644
--- a/content/common/content_security_policy/csp_directive.h
+++ b/content/common/content_security_policy/csp_directive.h
@@ -26,6 +26,7 @@ struct CONTENT_EXPORT CSPDirective {
ChildSrc,
FrameSrc,
FormAction,
+ UpgradeInsecureRequests,
Unknown,
NameLast = Unknown,

Powered by Google App Engine
This is Rietveld 408576698