Fixed missing red halo feedback in CUSTOM preset for inline scripts and other capabilities sometimes.

This commit is contained in:
hackademix 2021-02-16 23:14:21 +01:00
parent 7c77a1f913
commit ca37af400f
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ window.addEventListener("securitypolicyviolation", e => {
violations.add(key);
if (type === "frame") type = "sub_frame";
seen.record({
policyType: type,
request: {
key,
url,