-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix 8034: Add Crowd Deny requests to audit whitelist #8035
Conversation
d5b0894
to
9fbffd2
Compare
9fbffd2
to
0eaf963
Compare
723f7ba
to
d06cffc
Compare
adb6a50
to
bc508d4
Compare
@@ -2,6 +2,8 @@ | |||
module.exports = [ | |||
'http://[A-Za-z0-9-\.]+\.gvt1\.com/edgedl/release2/chrome_component/.+', // allowed because it 307's to crlsets.brave.com | |||
'https://[A-Za-z0-9-\.]+\.gvt1\.com/edgedl/release2/chrome_component/.+', // allowed because it 307's to crlsets.brave.com | |||
'http://[A-Za-z0-9-\.]+\.gvt1\.com/edgedl/release2/.+', // allowed because it 307's to redirector.brave.com | |||
'https://[A-Za-z0-9-\.]+\.gvt1\.com/edgedl/release2/.+', // allowed because it 307's to redirector.brave.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if i'm not mistaken, this is a superset of the patterns above it, so those patterns can be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
lib/whitelistedUrlPrefixes.js
Outdated
@@ -30,4 +30,5 @@ module.exports = [ | |||
'https://dns.google/dns-query', // needed for DoH on Mac build machines | |||
'https://chrome.cloudflare-dns.com/dns-query', // needed for DoH on Mac build machines | |||
'https://tor.bravesoftware.com/', // for fetching tor client updater component | |||
'https://redirector.brave.com', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing slash at the end
bc508d4
to
a1562af
Compare
a1562af
to
4f483aa
Compare
4f483aa
to
4ed0db8
Compare
Fix 8034: Add Crowd Deny requests to audit whitelist
Fix 8034: Add Crowd Deny requests to audit whitelist
Fix 8034: Add Crowd Deny requests to audit whitelist
Fix 8034: Add Crowd Deny requests to audit whitelist
Fix 8034: Add Crowd Deny requests to audit whitelist
Fix 8034: Add Crowd Deny requests to audit whitelist
Fix #8034
PR for proxy brave/brave-core#4482
Submitter Checklist:
git rebase master
(if needed).git rebase -i
to squash commits (if needed).added to
scripts/audit.js
.Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.