|
|
@ -40,11 +40,11 @@ ul > li { |
|
|
|
|
|
|
|
<ul> |
|
|
|
<li> |
|
|
|
<input id="delete-blacklisted-cookies" type="checkbox"><span data-i18n="privacyDeleteBlockedCookiesPrompt"></span> |
|
|
|
<input id="delete-blacklisted-cookies" type="checkbox"><label data-i18n="privacyDeleteBlockedCookiesPrompt" for="delete-blacklisted-cookies"></label> |
|
|
|
<button class="whatisthis"></button> |
|
|
|
<div class="whatisthis-expandable para" data-i18n="privacyDeleteBlockedCookiesHelp"></div> |
|
|
|
<li> |
|
|
|
<input id="delete-unused-session-cookies" type="checkbox"><span data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt1"></span> |
|
|
|
<input id="delete-unused-session-cookies" type="checkbox"><label data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt1" for="delete-unused-session-cookies"></label> |
|
|
|
<input id="delete-unused-session-cookies-after" type="text" value="60" size="3"><span data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt2"></span> |
|
|
|
<button class="whatisthis"></button> |
|
|
|
<div class="whatisthis-expandable para" data-i18n="privacyDeleteNonBlockedSessionCookiesHelp"></div> |
|
|
@ -67,23 +67,23 @@ ul > li { |
|
|
|
of these cookies so that they cannot be used to track you. |
|
|
|
--> |
|
|
|
<li> |
|
|
|
<input id="delete-blacklisted-localstorage" type="checkbox"><span data-i18n="privacyDeleteBlockedLocalStoragePrompt"></span> |
|
|
|
<input id="delete-blacklisted-localstorage" type="checkbox"><label data-i18n="privacyDeleteBlockedLocalStoragePrompt" for="delete-blacklisted-localstorage"></label> |
|
|
|
<li> |
|
|
|
<input id="clear-browser-cache" type="checkbox"><span data-i18n="privacyClearCachePrompt1"></span> |
|
|
|
<input id="clear-browser-cache-after" type="text" value="60" size="3"> <span data-i18n="privacyClearCachePrompt2"></span> |
|
|
|
<input id="clear-browser-cache" type="checkbox"><label data-i18n="privacyClearCachePrompt1" for="clear-browser-cache"></label> |
|
|
|
<input id="clear-browser-cache-after" type="text" value="60" size="3"> <label data-i18n="privacyClearCachePrompt2" for="clear-browser-cache-after"></label> |
|
|
|
<button class="whatisthis"></button> |
|
|
|
<div class="whatisthis-expandable para" data-i18n="privacyClearCacheHelp"></div> |
|
|
|
<li> |
|
|
|
<input id="process-referer" type="checkbox"><span data-i18n="privacyProcessRefererPrompt"></span> |
|
|
|
<input id="process-referer" type="checkbox"><label data-i18n="privacyProcessRefererPrompt" for="process-referer"></label> |
|
|
|
<button class="whatisthis"></button> |
|
|
|
<div class="whatisthis-expandable para" data-i18n="privacyProcessRefererHelp"></div> |
|
|
|
<li> |
|
|
|
<input id="process-hyperlink-auditing" type="checkbox"><span data-i18n="privacyProcessHyperlinkAuditingPrompt"></span> |
|
|
|
<input id="process-hyperlink-auditing" type="checkbox"><label data-i18n="privacyProcessHyperlinkAuditingPrompt" for="process-hyperlink-auditing"></label> |
|
|
|
<button class="whatisthis"></button> |
|
|
|
<div class="whatisthis-expandable para" data-i18n="privacyProcessHyperlinkAuditingHelp"></div> |
|
|
|
<li> |
|
|
|
<li> |
|
|
|
<input id="spoof-user-agent" type="checkbox"><span data-i18n="privacySpoofUserAgentPrompt1"></span> <input id="spoof-user-agent-every" type="text" value="5" size="3"> <span data-i18n="privacySpoofUserAgentPrompt2"></span> |
|
|
|
<input id="spoof-user-agent" type="checkbox"><label data-i18n="privacySpoofUserAgentPrompt1" for="spoof-user-agent"></label> <input id="spoof-user-agent-every" type="text" value="5" size="3"> <span data-i18n="privacySpoofUserAgentPrompt2"></span> |
|
|
|
<button class="whatisthis"></button> |
|
|
|
<div class="whatisthis-expandable para" data-i18n="privacySpoofUserAgentHelp"></div> |
|
|
|
<textarea id="spoof-user-agent-with"></textarea> |
|
|
|