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);
|
violations.add(key);
|
||||||
if (type === "frame") type = "sub_frame";
|
if (type === "frame") type = "sub_frame";
|
||||||
seen.record({
|
seen.record({
|
||||||
|
policyType: type,
|
||||||
request: {
|
request: {
|
||||||
key,
|
key,
|
||||||
url,
|
url,
|
||||||
|
|
Loading…
Reference in New Issue