--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/7eb42e5b-3329-48b3-b8fd-0c87d9bcbae5n%40chromium.org.
My tool is a debugger and in my industry we routinely use extensions to redirect production libraries loaded on pages to lower env libraries that we've just built to test our work.
Redirects to JavaScript urls are not allowed.
I don't want to redirect to files in my extension, I'm trying to allow users to redirect from an arbitrary .js to an arbitrary .js.
I'm actually trying to limit my extension from doing anything on chrome:// and other urls by only allowing http and https like so