-
Notifications
You must be signed in to change notification settings - Fork 888
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
Promoting Snowflake in Brave #15907
Promoting Snowflake in Brave #15907
Conversation
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
|
||
const bool is_allowed = | ||
!profile->GetPrefs()->IsManagedPreference(tor::prefs::kTorDisabled) || | ||
profile->GetPrefs()->GetBoolean(tor::prefs::kTorDisabled); |
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.
is this condition correct? shouldn't it be just !kTorDisabled
?
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.
should be !managed
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
browser/resources/settings/brave_tor_page/brave_tor_snowflake_install_failed_dialog.ts
Outdated
Show resolved
Hide resolved
browser/ui/webui/settings/brave_tor_snowflake_extension_browsertest.cc
Outdated
Show resolved
Hide resolved
browser/ui/webui/settings/brave_tor_snowflake_extension_handler.cc
Outdated
Show resolved
Hide resolved
browser/ui/webui/settings/brave_tor_snowflake_extension_handler.h
Outdated
Show resolved
Hide resolved
A Storybook has been deployed to preview UI for the latest push |
Resolves brave/brave-browser#25315
Security review: https://github.com/brave/security/issues/1023
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Since all of the functionality is contained in the extension maintained by the Tor Project, testing the extension functionality is out of scope. We should however test all of the toggle states and the Windows group policy. See the spec at https://docs.google.com/document/d/1eNUt6-dzs1DlUcCK6oWJTI51pjzIG8E3NOJ_Q_uhx88/edit#
In addition, to test that the extension is working at a very basic level, we can look for attempts at establishing an HTTPS connection to snowflake-broker.freehaven.net, the broker server that will connect proxies to clients. The webextension will connect to the broker and wait for a client.