Source code

Revision control

Copy as Markdown

Other Tools

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<string name="total_protection">total-protection</string>
<string name="social">social</string>
<string name="unvisited">unvisited</string>
<string name="third_party">third-party</string>
<string name="all">all</string>
<string name="private_string">private</string>
<string-array name="cookies_options_entries">
<item>@string/preference_enhanced_tracking_protection_custom_cookies_5</item>
<item>@string/preference_enhanced_tracking_protection_custom_cookies_1</item>
<item>@string/preference_enhanced_tracking_protection_custom_cookies_2</item>
<item>@string/preference_enhanced_tracking_protection_custom_cookies_3</item>
<item>@string/preference_enhanced_tracking_protection_custom_cookies_4</item>
</string-array>
<string-array name="cookies_options_entry_values">
<item>@string/total_protection</item>
<item>@string/social</item>
<item>@string/unvisited</item>
<item>@string/third_party</item>
<item>@string/all</item>
</string-array>
<string-array name="tracking_content_options_entries">
<item>@string/preference_enhanced_tracking_protection_custom_tracking_content_1</item>
<item>@string/preference_enhanced_tracking_protection_custom_tracking_content_2</item>
</string-array>
<string-array name="tracking_content_options_entry_values">
<item>@string/all</item>
<item>@string/private_string</item>
</string-array>
<string-array name="suspected_fingerprinters_entry_values">
<item>@string/all</item>
<item>@string/private_string</item>
</string-array>
<string name="resource_scheme">"resource://"</string>
<string name="chrome_scheme">"chrome://</string>
<string name="about_scheme">"about:"</string>
<string-array name="mozac_url_schemes_blocklist" >
<item>@string/resource_scheme</item>
<item>@string/chrome_scheme</item>
<item>@string/about_scheme</item>
</string-array>
<array name="collection_icon_colors">
<item>@color/fx_mobile_icon_color_accent_violet</item>
<item>@color/fx_mobile_icon_color_accent_blue</item>
<item>@color/fx_mobile_icon_color_accent_pink</item>
<item>@color/fx_mobile_icon_color_accent_green</item>
<item>@color/fx_mobile_icon_color_accent_yellow</item>
</array>
</resources>