You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems like the area to remove the most false positives. For example, pretty much all requests are blocked when I go to github.com/scotte/nicstat. This url contains my name so requests coming from the page have "scott" in the referer. We detect this as a leak of PII, thus blocking the innocent requests.
I feel like there are two good options:
Remove all referers, then let the request through.
Would be a options checkbox.
Remove referers which contain PII, then let the request through.
Would be displayed clearly in the popup.
I'm leaning towards 2.
The text was updated successfully, but these errors were encountered:
This seems like the area to remove the most false positives. For example, pretty much all requests are blocked when I go to github.com/scotte/nicstat. This url contains my name so requests coming from the page have "scott" in the referer. We detect this as a leak of PII, thus blocking the innocent requests.
I feel like there are two good options:
I'm leaning towards 2.
The text was updated successfully, but these errors were encountered: