Open
Description
Reference: brave/brave-core#21255 (comment)
False positive on this line:
GURL original_url;
matches origin
whereas for this rule we really meant to match GURL origin;
Proposed Solution
- Remove the rule
- Fork and improve the rule