mirror of https://github.com/gorhill/uBlock.git
Safari: use self instead of window, just in case
This commit is contained in:
parent
6a85e5dc3b
commit
aaf8a9835c
|
@ -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 New Issue