Fix anonym.to bypass (fixes #242)
This commit is contained in:
parent
6e2a46965e
commit
5cace8b0cb
@ -222,7 +222,7 @@ brws.webRequest.onBeforeRequest.addListener(details=>{
|
||||
let url=new URL(details.url)
|
||||
if(url.search)
|
||||
{
|
||||
return getRedirect(url.search.substr(1))+url.hash
|
||||
return getRedirect(url.search.substr(1)+url.hash)
|
||||
}
|
||||
}
|
||||
},{types:["main_frame"],urls:["*://*.anonym.to/?*"]},["blocking"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user