mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 21:10:02 -04:00
Don't rewrite __op
This commit is contained in:
parent
3f920ee7b4
commit
5c7bb3257c
1 changed files with 2 additions and 0 deletions
|
@ -411,6 +411,8 @@ function __uvHook(window) {
|
||||||
|
|
||||||
// IDB
|
// IDB
|
||||||
client.idb.on('idbFactoryOpen', (event) => {
|
client.idb.on('idbFactoryOpen', (event) => {
|
||||||
|
// Don't modify the Ultraviolet cookie database
|
||||||
|
if (event.data.name === '__op') return;
|
||||||
event.data.name = `${__uv.meta.url.origin}@${event.data.name}`;
|
event.data.name = `${__uv.meta.url.origin}@${event.data.name}`;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue