ghostwords / chameleon

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

Injected script race condition #5

Closed ghostwords closed 9 years ago

ghostwords commented 9 years ago

Race condition with async injected script messaging. For example, the script on http://browserspy.dk/plugins.php sometimes loads before Chameleon's script does its overwriting.

Improved by d17cd2.

Still happens on pages like http://ded.increpare.com/~locus/Promises/ however. Seems to do with caching -- when the resources are cached, our injected script isn't fast enough?