Improve general preflight bypasses (closes #684)
This commit is contained in:
parent
34fb17143e
commit
6aa8b2537d
@ -302,7 +302,7 @@ brws.webRequest.onBeforeRequest.addListener(details=>{
|
||||
{
|
||||
if(url.substr(0,7)!="http://"&&url.substr(0,8)!="https://")
|
||||
{
|
||||
url="http://"+url+details.url.hash
|
||||
url="http://"+url
|
||||
}
|
||||
url+=req_url.hash
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user