Closed terrygonguet closed 5 years ago
It replaces window.URL with npm package url-parse. I suspect the offending line may be removed entirely, but I haven't tested this. (For reference, Beaker Browser appears to have the normal URL constructor)
Also, the fact that DatArchive is exposed & URL overridden on every single http page could potentially be used for fingerprinting I think. So there should probably be an option to change that behavior.
This extension replaces
window.URL
with its own constructor and thus makes its static methods unavailable (URL.createObjectURL()
andURL.revokeObjectURL()
). I haven't looked into fixing it yet but it should be trivial.