aws / aws-sdk-mobile-analytics-js

Amazon Mobile Analytics JavaScript SDK
Apache License 2.0
82 stars 38 forks source link

Infinitely retries when uBlock Origin extension is installed #29

Open hsbakshi opened 6 years ago

hsbakshi commented 6 years ago

On desktop, with Firefox and Chrome, if you have uBlock Origin extension installed, then this library constantly keeps retrying the following request:

xhr.js:81 OPTIONS https://mobileanalytics.us-east-1.amazonaws.com/2014-06-05/events net::ERR_BLOCKED_BY_CLIENT

The right behavior would be to stop making requests if you see the error code "ERR_BLOCKED_BY_CLIENT". Another option would be to stop retrying after a certain number of attempts.

kellyclemons commented 6 years ago

Has anyone found a solution to this yet?

ArmorDarks commented 5 years ago

It appears also to crash whole AWS Amplify instance.

ArmorDarks commented 5 years ago

Is it still relevant?