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