Because we need to load it from build.webkit.org.
Created attachment 220036 [details] proposed patch
Attachment 220036 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Tools/ChangeLog', u'Tools/QueueStatusServer/app.yaml', u'Tools/QueueStatusServer/handlers/queuestatusjson.py', '--commit-queue']" exit_code: 1 ERROR: Tools/QueueStatusServer/handlers/queuestatusjson.py:76: [QueueStatusJSON.get] Instance of 'QueueStatusJSON' has no 'response' member [pylint/E1101] [5] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 220036 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=220036&action=review > Tools/QueueStatusServer/handlers/queuestatusjson.py:76 > + self.response.headers["Access-Control-Allow-Origin"] = "*" Should we restrict this to webkit.org sub domains?
> Should we restrict this to webkit.org sub domains? I don't see any reason to, and that would interfere with testing from staging servers (such as 127.0.0.1).
Committed in <http://trac.webkit.org/changeset/161098> a few days ago.