mirror of
https://github.com/titaniumnetwork-dev/Ultraviolet.git
synced 2025-05-16 13:00:01 -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
|
||||
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}`;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue