diff options
Diffstat (limited to 'ext/js')
| -rw-r--r-- | ext/js/dom/css-style-applier.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ext/js/dom/css-style-applier.js b/ext/js/dom/css-style-applier.js index 32d7ef0f..593e7a46 100644 --- a/ext/js/dom/css-style-applier.js +++ b/ext/js/dom/css-style-applier.js @@ -83,7 +83,7 @@ class CssStyleApplier {      // Private      async _fetchJsonAsset(url) { -        const response = await fetch(chrome.runtime.getURL(url), { +        const response = await fetch(url, {              method: 'GET',              mode: 'no-cors',              cache: 'default', |