mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Safari: use self instead of window, just in case
This commit is contained in:
parent
6a85e5dc3b
commit
aaf8a9835c
1 changed files with 1 additions and 1 deletions
|
|
@ -143,6 +143,6 @@ Number.prototype.toLocaleString = function() {
|
|||
// This storage is optional, but it is nice to have, for a more polished user
|
||||
// experience.
|
||||
|
||||
vAPI.localStorage = window.localStorage;
|
||||
vAPI.localStorage = self.localStorage;
|
||||
|
||||
})();
|
||||
|
|
|
|||
Loading…
Reference in a new issue