V
V
vaflya2019-05-12 21:27:06
JavaScript
vaflya, 2019-05-12 21:27:06

How to bypass CORB in Chrome 74 extension?

The essence of the issue, before the update, it was possible to load JSON from a third-party site, everything fell with the update of chrome.
In the manifest, I set permissions like:

"permissions": [
        "http://*/*",
        "https://*/*"
    ]

found as an option to use a proxy https://cors-anywhere.herokuapp.com/ [website address]
but somehow clumsy. What to do?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dollar, 2019-05-12
@vaflya

"permissions": [ "<all_urls>" ]
Also try webRequest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question