AlwaysTrust: Fix disabling suspicious file popup
This commit is contained in:
parent
d70e0f27dc
commit
3f61fe722d
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export default definePlugin({
|
|||
{
|
||||
find: "bitbucket.org",
|
||||
replacement: {
|
||||
match: /function \i\(\i\){(?=.{0,60}\.parse\(\i\))/,
|
||||
match: /function \i\(\i\){(?=.{0,30}pathname:\i)/,
|
||||
replace: "$&return null;"
|
||||
},
|
||||
predicate: () => settings.store.file
|
||||
|
|
Loading…
Reference in a new issue