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

Unified Diff: appengine/components/components/auth/handler.py

Issue 2681293003: Fix iframe security policy directives for viewing isolate content (Closed)
Patch Set: Fix iframe security policy directive with child-src (use 'self') Created 3 years, 10 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
« no previous file with comments | « no previous file | appengine/isolate/handlers_frontend.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/auth/handler.py
diff --git a/appengine/components/components/auth/handler.py b/appengine/components/components/auth/handler.py
index dff0619cb9f1fb07db7288737cef8be1a3c2167d..fe40f6d6772ab3713e1adc2caf4009b1e0478859 100644
--- a/appengine/components/components/auth/handler.py
+++ b/appengine/components/components/auth/handler.py
@@ -380,6 +380,7 @@ class AuthenticatingHandler(webapp2.RequestHandler):
'img-src': [
"'self'",
+ 'https://www.google-analytics.com',
'https://*.googleusercontent.com', # Google user avatars
],
« no previous file with comments | « no previous file | appengine/isolate/handlers_frontend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698