-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- A different way to download Brave (in case we decided to remove choco) - The installer runs as currentUserElevated instead of trustInstaller - Replaced master_preferences with initial_preferences - Disabled VPN, Wallet and Side Panel icons on the toolbar - Disabled widgets on the new tab page - Hide the Brave Rewards button - Disabled WebTorrent
- Loading branch information
Showing
4 changed files
with
45 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
src/Executables/BraveSoftware/Brave-Browser/Application/initial_preferences
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"brave": { | ||
"brave_vpn": { | ||
"show_button": false | ||
}, | ||
"new_tab_page": { | ||
"hide_all_widgets": true | ||
}, | ||
"p3a": { | ||
"enabled": false, | ||
"notice_acknowledged": true | ||
}, | ||
"rewards": { | ||
"inline_tip_buttons_enabled": false, | ||
"show_brave_rewards_button_in_location_bar": false | ||
}, | ||
"show_side_panel_button": false, | ||
"sidebar": { | ||
"sidebar_show_option": 0 | ||
}, | ||
"stats": { | ||
"reporting_enabled": false | ||
}, | ||
"wallet": { | ||
"show_wallet_icon_on_toolbar": false | ||
}, | ||
"webtorrent_enabled": false | ||
}, | ||
"browser": { | ||
"first_run_finished": true, | ||
"has_seen_welcome_page": true | ||
}, | ||
"user_experience_metrics": { | ||
"reporting_enabled": false | ||
} | ||
} |
23 changes: 0 additions & 23 deletions
23
src/Executables/BraveSoftware/Brave-Browser/Application/master_preferences
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.