You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
5.0 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>uMatrix — Privacy</title>
  6. <link rel="stylesheet" type="text/css" href="css/common.css">
  7. <link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
  8. <style>
  9. div > p:first-child {
  10. margin-top: 0;
  11. }
  12. div > p:last-child {
  13. margin-bottom: 0;
  14. }
  15. ul {
  16. padding: 0;
  17. list-style-type: none;
  18. }
  19. ul > li {
  20. margin: 0 0 0 1em;
  21. }
  22. .dim {
  23. font-weight: 100;
  24. color: #888;
  25. }
  26. #spoof-user-agent-with {
  27. box-sizing: border-box;
  28. direction: ltr;
  29. display: block;
  30. font-size: 11px;
  31. height: 16em;
  32. overflow-x: scroll;
  33. resize: vertical;
  34. white-space: pre;
  35. width: 100%;
  36. word-wrap: normal;
  37. }
  38. </style>
  39. </head>
  40. <body>
  41. <ul>
  42. <li>
  43. <input id="delete-blacklisted-cookies" type="checkbox" data-setting-bool="deleteCookies"><label data-i18n="privacyDeleteBlockedCookiesPrompt" for="delete-blacklisted-cookies"></label>
  44. <span class="whatisthis"></span>
  45. <div class="whatisthis-expandable para" data-i18n="privacyDeleteBlockedCookiesHelp"></div>
  46. <li>
  47. <input id="delete-unused-session-cookies" type="checkbox" data-setting-bool="deleteUnusedSessionCookies"><label data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt1" for="delete-unused-session-cookies"></label>
  48. <input id="delete-unused-session-cookies-after" type="text" value="60" size="3"><span data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt2"></span>
  49. <span class="whatisthis"></span>
  50. <div class="whatisthis-expandable para" data-i18n="privacyDeleteNonBlockedSessionCookiesHelp"></div>
  51. <!--
  52. Delete non-blocked session cookies x minutes after the last time they have been used.
  53. Allow generically blocked cookies but deleted them x minutes after they have been first created.
  54. A "generically blocked" cookie is a cookie which inherits its block status in
  55. the matrix from the `cookie` cell or the `all` cell in the top row of the
  56. matrix.
  57. When a cookie inherits its block status from a cell in the top row of the
  58. matrix (the "header" row), this means it is not specifically distrusted, but
  59. rather that the default stance is to distrust cookies in general.
  60. However some sites do require cookies to minimally work properly. This options
  61. allow to "unbreak" these sites by allowing not specifically distrusted cookies
  62. to travel back and forth between you and the server, but to limit the lifetime
  63. of these cookies so that they cannot be used to track you.
  64. -->
  65. <li>
  66. <input id="delete-blacklisted-localstorage" type="checkbox" data-setting-bool="deleteLocalStorage"><label data-i18n="privacyDeleteBlockedLocalStoragePrompt" for="delete-blacklisted-localstorage"></label>
  67. <li>
  68. <input id="clear-browser-cache" type="checkbox" data-setting-bool="clearBrowserCache"><label data-i18n="privacyClearCachePrompt1" for="clear-browser-cache"></label>
  69. <input id="clear-browser-cache-after" type="text" value="60" size="3"> <label data-i18n="privacyClearCachePrompt2" for="clear-browser-cache-after"></label>
  70. <span class="whatisthis"></span>
  71. <div class="whatisthis-expandable para" data-i18n="privacyClearCacheHelp"></div>
  72. <li>
  73. <input id="process-referer" type="checkbox" data-matrix-switch="referrer-spoof"><label data-i18n="privacyProcessRefererPrompt" for="process-referer"></label>
  74. <span class="whatisthis"></span>
  75. <div class="whatisthis-expandable para" data-i18n="privacyProcessRefererHelp"></div>
  76. <li>
  77. <input id="no-mixed-content" type="checkbox" data-matrix-switch="https-strict"><label data-i18n="privacyNoMixedContentPrompt" for="no-mixed-content"></label>
  78. <span class="whatisthis"></span>
  79. <div class="whatisthis-expandable para" data-i18n="privacyNoMixedContentHelp"></div>
  80. <li>
  81. <input id="process-hyperlink-auditing" type="checkbox" data-setting-bool="processHyperlinkAuditing"><label data-i18n="privacyProcessHyperlinkAuditingPrompt" for="process-hyperlink-auditing"></label>
  82. <span class="whatisthis"></span>
  83. <div class="whatisthis-expandable para" data-i18n="privacyProcessHyperlinkAuditingHelp"></div>
  84. <li>&nbsp;
  85. <li>
  86. <input id="spoof-user-agent" type="checkbox" data-matrix-switch="ua-spoof"><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>
  87. <span class="whatisthis"></span>
  88. <div class="whatisthis-expandable para" data-i18n="privacySpoofUserAgentHelp"></div>
  89. <textarea id="spoof-user-agent-with" spellcheck="false"></textarea>
  90. </ul>
  91. <script src="js/vapi-common.js"></script>
  92. <script src="js/vapi-client.js"></script>
  93. <script src="js/udom.js"></script>
  94. <script src="js/i18n.js"></script>
  95. <script src="js/dashboard-common.js"></script>
  96. <script src="js/privacy.js"></script>
  97. </body>
  98. </html>