Re: [w3c/ServiceWorker] consider allow late importScripts/import for local URLs (#1595)

@ghazale-hosseinabadi, @asutherland, only files exposed explicitly via [web_accessible_resources](https://developer.chrome.com/docs/extensions/mv3/manifest/web_accessible_resources/) are accessible for the content scripts and web pages. By default, non-exposed URLs are not accessible from outside of the extension's own origin which is chrome-extension://\<id>. Note that technically chrome.runtime.getURL doesn't provide access to a URL: this method simply adds chrome-extension://\<id>/ if it wasn't present in the parameter.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1595#issuecomment-866947492

Received on Wednesday, 23 June 2021 15:41:39 UTC