mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-10 19:46:34 +03:00
Fix weird bug when are undefined
This commit is contained in:
parent
88a3810199
commit
11b2a61ba5
|
@ -473,7 +473,7 @@ ${ pacMods.filteredCustomsString
|
|||
).then((details) => {
|
||||
|
||||
if (
|
||||
details.levelOfControl === 'controlled_by_this_extension'
|
||||
details && details.levelOfControl === 'controlled_by_this_extension'
|
||||
) {
|
||||
const pac = window.utils.getProp(details, 'value.pacScript');
|
||||
if (pac && pac.data) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user