Blacklist loading module 73233 early
This commit is contained in:
parent
dfe5cff955
commit
0651bad4f4
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,8 @@ export default JadefinIntegrity("Jadefin", import.meta.url, () => window["Jadefi
|
|||
c.startsWith("session-login.") ||
|
||||
c.startsWith("syncPlay-ui-") ||
|
||||
c.startsWith("35463.") ||
|
||||
c.startsWith("1998.")
|
||||
c.startsWith("1998.") ||
|
||||
c.startsWith("73233.")
|
||||
))) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue