Skip to content
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

Merged
merged 10 commits into from
Nov 20, 2022
Merged

Promoting Snowflake in Brave #15907

merged 10 commits into from
Nov 20, 2022

Conversation

boocmp
Copy link
Contributor

@boocmp boocmp commented Nov 11, 2022

Resolves brave/brave-browser#25315

Security review: https://github.com/brave/security/issues/1023

Submitter Checklist:

  • I confirm that no security/privacy review is needed, or that I have requested one
  • There is a ticket for my issue
  • Used Github auto-closing keywords in the PR description above
  • Wrote a good PR/commit description
  • Squashed any review feedback or "fixup" commits before merge, so that history is a record of what happened in the repo, not your PR
  • Added appropriate labels (QA/Yes or QA/No; release-notes/include or release-notes/exclude; OS/...) to the associated issue
  • Checked the PR locally: npm run test -- brave_browser_tests, npm run test -- brave_unit_tests, npm run lint, npm run gn_check, npm run tslint
  • Ran git rebase master (if needed)

Reviewer Checklist:

  • A security review is not needed, or a link to one is included in the PR description
  • New files have MPL-2.0 license header
  • Adequate test coverage exists to prevent regressions
  • Major classes, functions and non-trivial code blocks are well-commented
  • Changes in component dependencies are properly reflected in gn
  • Code follows the style guide
  • Test plan is specified in PR before merging

After-merge Checklist:

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.

@boocmp boocmp requested review from fmarier and iefremov November 11, 2022 14:38
@boocmp boocmp self-assigned this Nov 11, 2022
@boocmp boocmp requested a review from a team as a code owner November 11, 2022 14:38
@github-actions github-actions bot added CI/storybook-url Deploy storybook and provide a unique URL for each build potential-layer-violation-fixes This PR touches a BUILD.gn file with check_includes=false labels Nov 11, 2022
@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

@brave-builds
Copy link
Collaborator

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);
Copy link
Member

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?

Copy link
Contributor Author

@boocmp boocmp Nov 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be !managed

@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

@fmarier fmarier changed the title Issues/25315 Promoting Snowflake in Brave Nov 15, 2022
@brave-builds
Copy link
Collaborator

A Storybook has been deployed to preview UI for the latest push

@boocmp boocmp requested a review from goodov November 16, 2022 06:00
@boocmp boocmp merged commit 065de5f into master Nov 20, 2022
@boocmp boocmp deleted the issues/25315 branch November 20, 2022 02:24
@github-actions github-actions bot added this to the 1.47.x - Nightly milestone Nov 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/storybook-url Deploy storybook and provide a unique URL for each build potential-layer-violation-fixes This PR touches a BUILD.gn file with check_includes=false
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Promoting the Snowflake extension in Brave
5 participants