mirror of https://gitlab.com/bashrc2/epicyon
No imports of unchecked css
parent
76eb19b311
commit
11883701ab
|
@ -197,7 +197,7 @@ def dangerousCSS(filename: str, allowLocalNetworkAccess: bool) -> bool:
|
||||||
|
|
||||||
cssMatches = ('behavior:', ':expression', '?php', '.php',
|
cssMatches = ('behavior:', ':expression', '?php', '.php',
|
||||||
'google', 'regexp', 'localhost',
|
'google', 'regexp', 'localhost',
|
||||||
'127.0.', '192.168', '10.0.')
|
'127.0.', '192.168', '10.0.', '@import')
|
||||||
for match in cssMatches:
|
for match in cssMatches:
|
||||||
if match in content:
|
if match in content:
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue