Fixed missing red halo feedback in CUSTOM preset for inline scripts and other capabilities sometimes.
This commit is contained in:
parent
7c77a1f913
commit
ca37af400f
|
@ -138,6 +138,7 @@ window.addEventListener("securitypolicyviolation", e => {
|
|||
violations.add(key);
|
||||
if (type === "frame") type = "sub_frame";
|
||||
seen.record({
|
||||
policyType: type,
|
||||
request: {
|
||||
key,
|
||||
url,
|
||||
|
|
Loading…
Reference in New Issue