New issue
Advanced search Search tips

Issue 700073 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 20
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Chromite Butler shows red squares for all files

Project Member Reported by rouslan@chromium.org, Mar 9 2017

Issue description

The console shows lots of access control error messages:
XMLHttpRequest cannot load https://chromium.googlesource.com/chromium/src/+/master/chrome/OWNERS?format=TEXT. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-extension://bhcnanendmgjjeghamaccjnochlnhcgj' is therefore not allowed access.

I added chromium.googlesource.com to the permissions in the manifest and it works again:

"permissions": [
  "*://src.chromium.org/*",
  "*://chromium.googlesource.com/*"
]

I couldn't find a repository for Chromite Butler so I attached the modified code here. 
chromite_butler.zip
11.3 KB Download
Status: Assigned (was: Untriaged)
Status: Fixed (was: Assigned)

Sign in to add a comment