Fixed bug in chromium browsers https://github.com/libredirect/browser_extension/issues/816
This commit is contained in:
parent
0788cac07d
commit
2453c19269
|
@ -772,6 +772,7 @@ async function copyRaw(url, test) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function isException(url) {
|
function isException(url) {
|
||||||
|
if (!options.exceptions) return false
|
||||||
let exceptions = options.exceptions
|
let exceptions = options.exceptions
|
||||||
if (exceptions && url) {
|
if (exceptions && url) {
|
||||||
if (exceptions.url) {
|
if (exceptions.url) {
|
||||||
|
|
Loading…
Reference in New Issue