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

Unified Diff: status.py

Issue 85593006: Add new Gerrit hosts to Access-Control-Allowed-Origin header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status/
Patch Set: Created 7 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: status.py
===================================================================
--- status.py (revision 237101)
+++ status.py (working copy)
@@ -19,6 +19,8 @@
ALLOWED_ORIGINS = [
'https://gerrit-int.chromium.org',
'https://gerrit.chromium.org',
+ 'https://chrome-internal-review.googlesource.com',
+ 'https://chromium-review.googlesource.com',
]
@@ -163,7 +165,7 @@
template_values['show_login'] = True
self.DisplayTemplate('current.html', template_values, use_cache=True)
else:
- self._handle()
+ self._handle()
@utils.requires_read_access
def _handle(self):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698