chromium / caterpillar

Project to investigate porting Chrome Apps to websites.
Apache License 2.0
59 stars 31 forks source link

chrome.google.com URLs show up as APIs #28

Open m-alger opened 8 years ago

m-alger commented 8 years ago

Also, any URL of the form chrome.*, but that's generally chrome.google.com.

m-alger commented 8 years ago

I think a "quick fix" is best here. We can't perfectly check API usage anyway, and screening chrome.google.com specifically will sort out all cases of this issue that I've come across.

m-alger commented 8 years ago

Resolved in this CL.

m-alger commented 8 years ago

No longer resolved in that CL; we should whitelist all the Chrome Apps APIs somehow instead.

penggangGitHub commented 5 years ago

无法解决问题