Skip to content

Commit

Permalink
Put updated DNT strings into override
Browse files Browse the repository at this point in the history
Changes originally done in #13515
But it updates a file that is auto-generated. This is moving to
overrides.

Fixes brave/brave-browser#17177
  • Loading branch information
bsclifton committed Jun 10, 2022
1 parent c866433 commit bcc435a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/settings_strings_override.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,15 @@
<message name="IDS_SETTINGS_PRIVACY_GUIDE_COOKIES_CARD_BLOCK_TPC_INCOGNITO_PRIVACY_DESCRIPTION2" desc="A part of the privacy description of the third party cookie blocking in private section of the cookies card in the 'Privacy guide'.">
When you’re in Private mode, sites can only use cookies to see your browsing activity on their own site. Cookies are deleted at the end of the Private session.
</message>
<message name="IDS_SETTINGS_ENABLE_DO_NOT_TRACK" desc="The label of the checkbox to enable/disable sending the 'Do Not track' header">
Send a "Do not track" request with your browsing traffic
</message>
<message name="IDS_SETTINGS_ENABLE_DO_NOT_TRACK_DIALOG_TITLE" desc="The title of a confirmation dialog that confirms that the user want to send the 'Do Not Track' header">
Do not track
</message>
<message name="IDS_SETTINGS_ENABLE_DO_NOT_TRACK_DIALOG_TEXT" desc="The text of a confirmation dialog that confirms that the user want to send the 'Do Not Track' header">
Enabling "Do not track" means that a request to not be tracked will be included each time you browse to a new website. Any effect depends on whether the website responds to this request, and how it's interpreted. For example, some websites may respond by only showing you ads that aren't based on other sites you've visited. Even with this "Do not track" request in place, many websites will still collect and use your browsing data. <ph name="BEGIN_LINK">&lt;a target="_blank" href="$1"&gt;</ph>Learn more<ph name="END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph>
</message>
<if expr="is_win and _google_chrome">
</if>

Expand Down

0 comments on commit bcc435a

Please sign in to comment.