You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried configuring a custom css file which was something served on my local Chromebook by the http extension. I ran into this:
Refused to load the stylesheet 'http://localhost:8887/mosh/mosh.css' because it violates the following Content Security Policy directive: "style-src 'self' blob: filesystem: data: chrome-extension-resource: 'unsafe-inline'". Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback.
This is 0.4.5 (mainline), I figure it's a bug because the documentation on user-css references accessing outside websites.
The text was updated successfully, but these errors were encountered:
I tried configuring a custom css file which was something served on my local Chromebook by the http extension. I ran into this:
This is 0.4.5 (mainline), I figure it's a bug because the documentation on user-css references accessing outside websites.
The text was updated successfully, but these errors were encountered: