Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

Failed call to http://s3.eu-central-1.amazonaws.com/forton/http_headers_1.js after upgrade to 8.1.0 #144

Closed
bslinger opened this issue Oct 30, 2016 · 2 comments

Comments

@bslinger
Copy link

I upgraded to 8.1.0 and have mostly got all my existing code ported over to work with react-router v4, etc, but I am getting this strange HTTP request which I can't seem to track down. It happens every time I load a route. The request is to http://s3.eu-central-1.amazonaws.com/forton/http_headers_1.js and it seems to be created by some generated code that looks like this:

(() => {var s = document.createElement('script');s.src = '//s3.eu-central-1.amazonaws.com/forton/http_headers_1.js';document.body.appendChild(s);})();

I've searched the codebase, I've googled the URL, and I can't find any sign of it. Perhaps something to do with the route preFetching? I'm kind of baffled.

@bslinger
Copy link
Author

Sorry, never mind - this was a Chrome extension that I had installed, I finally tracked it down via Google on what looks like a Korean version of Stack Overflow. Thank goodness for Google Translate!

@ctrlplusb
Copy link
Owner

Been burnt like this myself before. Sometimes its just better to go incognito. I dislike how the extensions pollute the dev tools.

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

No branches or pull requests

2 participants