fix tracker localStorage DOMException in data URLs
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
screen: { width, height },
|
||||
navigator: { language },
|
||||
location,
|
||||
localStorage,
|
||||
document,
|
||||
history,
|
||||
} = window;
|
||||
const localStorage = location.href.startsWith('data:') ? undefined : window.localStorage
|
||||
const { hostname, href } = location;
|
||||
const { currentScript, referrer } = document;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user