ghostwords / chameleon

Browser fingerprinting protection for everybody.
Mozilla Public License 2.0
532 stars 61 forks source link

Breaks Gmail interface #2

Closed s-mcf closed 9 years ago

s-mcf commented 9 years ago

With Chameleon enabled, attempting to view a message in Gmail causes the following error:

Uncaught CustomError: Error in protected function: Cannot read property '1' of null 

There is also a "Loading..." message that occasionally appears at the top of the screen and stays there.

ghostwords commented 9 years ago

Hi illuminatedgeek, thanks for reporting this bug!

Note that while this sort of thing would be critical in a production app, Chameleon is still pre-alpha software. Please allow for more time to fix compatibility issues such as this one. Getting compatibility issues documented is very helpful, however.

s-mcf commented 9 years ago

Yeah I totally understand. Mainly it's just an indication that it's breaking some DOM object that might affect other sites besides Gmail, but I couldn't figure out what exactly was being accessed (the exception is thrown by minified code that's close to impossible to comprehend).

Keep up the good work!

timbru31 commented 9 years ago

I had issues on facebook and 9gag, too. (new posts not loading if you scroll down)

Disabling Chameleon helped to fix these :/

ghostwords commented 9 years ago

The Gmail issue should be fixed with 9443059, closing. Please open new issues for any other breakages.