- From: tophf <notifications@github.com>
- Date: Wed, 23 Jun 2021 08:41:17 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 23 June 2021 15:41:39 UTC
@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