Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource Override doesn't work on Chrome 84 (workaround: Source > Filesystem) #38

Open
laukstein opened this issue Aug 6, 2020 · 4 comments

Comments

@laukstein
Copy link

laukstein commented Aug 6, 2020

On Chrome 84 Network and Sources, etc. shows Resource Override URL to URL doesn't have any affect, the extension is no longer working.

After more checking, I find a workaround by adding local path (that is also defined in Resource Override URL to URL) in Chrome DEV Tools > Source> Filesystem. By some reason Chrome DEV Tools > Source > Overrides doesn't workaround it, neither when only using Source> Filesystem.

grabilla g18404

@laukstein laukstein changed the title Resource Override doesn't work on Chrome 84 Resource Override doesn't work on Chrome 84 (workaround: Source> Filesystem) Aug 6, 2020
@laukstein laukstein changed the title Resource Override doesn't work on Chrome 84 (workaround: Source> Filesystem) Resource Override doesn't work on Chrome 84 (workaround: Source > Filesystem) Aug 6, 2020
@kylepaulsen
Copy link
Owner

Could you give more details please? I wasn't able to reproduce. I was using Chrome Version 84.0.4147.105 (Official Build) (64-bit) on Mac OSX 10.13.6 and was able to redirect one website to another.

@laukstein
Copy link
Author

I reproduced the issue on latest Chrome Windows 10. Used valid regex for URL to URL override.

@kylepaulsen
Copy link
Owner

Valid regex? The url match strings are not run through a regex engine. The "*" syntax is custom. Are you able to post the url strings?

Also just tested on Chrome Version 84.0.4147.105 (Official Build) (64-bit) on windows 10.

@AgDude
Copy link

AgDude commented Sep 17, 2020

I am running into this on chrome 85.0.4183.102. It is a bit more nuanced that the initial report.

I have the following override:
https://static.mycdn.com/*/my-app.min.js --> http://127.0.0.1:8081/my-app.js

It loads the non-minified version from localhost, as expected. This can be seen by the page content and the network tab. The minified version has a 307 (internal redirect) in the network tab.

However, when I go to the sources tab in dev tools I cannot open the non-minified version. The only file available in the sources tab is https://static.mycdn.com/latest/my-app.min.js.

So in summary the plugin is still overriding the page content, but not the dev tools.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants