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.

105 lines
4.5 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
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>µMatrix — 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. margin-left: 1.25em;
  28. display: block;
  29. font-size: 11px;
  30. width: 50em;
  31. height: 12em;
  32. white-space: pre;
  33. word-wrap: normal;
  34. overflow-x: scroll;
  35. }
  36. </style>
  37. </head>
  38. <body>
  39. <ul>
  40. <li>
  41. <input id="delete-blacklisted-cookies" type="checkbox"><label data-i18n="privacyDeleteBlockedCookiesPrompt" for="delete-blacklisted-cookies"></label>
  42. <button class="whatisthis"></button>
  43. <div class="whatisthis-expandable para" data-i18n="privacyDeleteBlockedCookiesHelp"></div>
  44. <li>
  45. <input id="delete-unused-session-cookies" type="checkbox"><label data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt1" for="delete-unused-session-cookies"></label>
  46. <input id="delete-unused-session-cookies-after" type="text" value="60" size="3"><span data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt2"></span>
  47. <button class="whatisthis"></button>
  48. <div class="whatisthis-expandable para" data-i18n="privacyDeleteNonBlockedSessionCookiesHelp"></div>
  49. <!--
  50. Delete non-blocked session cookies x minutes after the last time they have been used.
  51. Allow generically blocked cookies but deleted them x minutes after they have been first created.
  52. A "generically blocked" cookie is a cookie which inherits its block status in
  53. the matrix from the `cookie` cell or the `all` cell in the top row of the
  54. matrix.
  55. When a cookie inherits its block status from a cell in the top row of the
  56. matrix (the "header" row), this means it is not specifically distrusted, but
  57. rather that the default stance is to distrust cookies in general.
  58. However some sites do require cookies to minimally work properly. This options
  59. allow to "unbreak" these sites by allowing not specifically distrusted cookies
  60. to travel back and forth between you and the server, but to limit the lifetime
  61. of these cookies so that they cannot be used to track you.
  62. -->
  63. <li>
  64. <input id="delete-blacklisted-localstorage" type="checkbox"><label data-i18n="privacyDeleteBlockedLocalStoragePrompt" for="delete-blacklisted-localstorage"></label>
  65. <li>
  66. <input id="clear-browser-cache" type="checkbox"><label data-i18n="privacyClearCachePrompt1" for="clear-browser-cache"></label>
  67. <input id="clear-browser-cache-after" type="text" value="60" size="3"> <label data-i18n="privacyClearCachePrompt2" for="clear-browser-cache-after"></label>
  68. <button class="whatisthis"></button>
  69. <div class="whatisthis-expandable para" data-i18n="privacyClearCacheHelp"></div>
  70. <li>
  71. <input id="process-referer" type="checkbox"><label data-i18n="privacyProcessRefererPrompt" for="process-referer"></label>
  72. <button class="whatisthis"></button>
  73. <div class="whatisthis-expandable para" data-i18n="privacyProcessRefererHelp"></div>
  74. <li>
  75. <input id="process-hyperlink-auditing" type="checkbox"><label data-i18n="privacyProcessHyperlinkAuditingPrompt" for="process-hyperlink-auditing"></label>
  76. <button class="whatisthis"></button>
  77. <div class="whatisthis-expandable para" data-i18n="privacyProcessHyperlinkAuditingHelp"></div>
  78. <li>&nbsp;
  79. <li>
  80. <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>
  81. <button class="whatisthis"></button>
  82. <div class="whatisthis-expandable para" data-i18n="privacySpoofUserAgentHelp"></div>
  83. <textarea id="spoof-user-agent-with"></textarea>
  84. </ul>
  85. <h2 data-i18n="privacyBehindTheSceneHeader"></h2>
  86. <div>
  87. <p class="para" data-i18n="privacyProcessBehindTheSceneHelp"></p>
  88. </div>
  89. <script src="lib/jquery-2.min.js"></script>
  90. <script src="js/udom.js"></script>
  91. <script src="js/i18n.js"></script>
  92. <script src="js/dashboard-common.js"></script>
  93. <script src="js/messaging-client.js"></script>
  94. <script src="js/privacy.js"></script>
  95. </body>
  96. </html>