aboutsummaryrefslogtreecommitdiffstats
path: root/settings.html
blob: 4d56b8baf1c0e2b66b0bfd5231c50784adaf5cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE html>
<!-- ***************************************************************************

     ηMatrix - a browser extension to black/white list requests.
     Copyright (C) 2019 Alessio Vanni

     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation, either version 3 of the License, or
     (at your option) any later version.

     This program is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     GNU General Public License for more details.

     You should have received a copy of the GNU General Public License
     along with this program.  If not, see {http://www.gnu.org/licenses/}.

     Home: https://gitlab.com/vannilla/ematrix
     uMatrix Home: https://github.com/gorhill/uMatrix
 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>eMatrix — Settings</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
<style>
div > p:first-child {
    margin-top: 0;
    }
div > p:last-child {
    margin-bottom: 0;
    }
ul {
    padding: 0;
    list-style-type: none;
    }
ul > li {
    margin: 0.2em 0 0.2em 1em;
    }
ul > li.separator {
    margin: 0.5em 0;
    }
.dim {
    font-weight: 100;
    color: #888;
    }
</style>
</head>

<body>

<h2 data-i18n="settingsMatrixConvenienceHeader"></h2>
<ul>
    <li><input id="iconBadgeEnabled" type="checkbox" data-setting-bool>
        <label data-i18n="settingsIconBadgeEnabled" for="iconBadgeEnabled"></label>
    <li><input id="collapseBlocked" type="checkbox" data-setting-bool>
        <label data-i18n="settingsCollapseBlocked" for="collapseBlocked"></label>
        <ul>
            <li><input id="collapseBlacklisted" type="checkbox" data-setting-bool>
                <label data-i18n="settingsCollapseBlacklisted" for="collapseBlacklisted"></label>
        </ul>
    <li><input id="noscriptTagsSpoofed" type="checkbox" data-matrix-switch="noscript-spoof">
        <label data-i18n="settingsNoscriptTagsSpoofed" for="noscriptTagsSpoofed"></label>
    <li><input id="cloudStorageEnabled" type="checkbox" data-setting-bool>
        <label data-i18n="settingsCloudStorageEnabled" for="cloudStorageEnabled"></label>
</ul>
<h2 data-i18n="settingsMatrixDisplayHeader"></h2>
<ul>
    <li><span data-i18n="settingsMatrixDisplayTextSizePrompt"></span>&ensp;&minus;<input id="displayTextSize" type="range" min="12" max="18" value="14" style="margin:0 0.2em;vertical-align:bottom;">&plus;
    <li class="separator">
    <li>
        <label data-i18n="settingsDefaultScopeLevel"></label> <select id="popupScopeLevel"><option data-i18n="settingsDefaultScopeLevel2" value="site"><option data-i18n="settingsDefaultScopeLevel1" value="domain"><option data-i18n="settingsDefaultScopeLevel0" value="*"></select>
    <li class="separator">
    <li>
        <input id="colorBlindFriendly" type="checkbox" data-setting-bool>
        <label data-i18n="settingsMatrixDisplayColorBlind" for="colorBlindFriendly"></label>
</ul>
<h2 data-i18n="privacyPageName"></h2>
<ul>
    <li>
        <input id="deleteCookies" type="checkbox" data-setting-bool><label data-i18n="privacyDeleteBlockedCookiesPrompt" for="deleteCookies"></label>
        <span class="whatisthis"></span>
        <div class="whatisthis-expandable para" data-i18n="privacyDeleteBlockedCookiesHelp"></div>
    <li>
        <input id="deleteUnusedSessionCookies" type="checkbox" data-setting-bool><label data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt1" for="deleteUnusedSessionCookies"></label>
        <input id="deleteUnusedSessionCookiesAfter" type="text" value="60" size="3"><span data-i18n="privacyDeleteNonBlockedSessionCookiesPrompt2"></span>
        <span class="whatisthis"></span>
        <div class="whatisthis-expandable para" data-i18n="privacyDeleteNonBlockedSessionCookiesHelp"></div>
    <!--
        Delete non-blocked session cookies x minutes after the last time they have been used.

        Allow generically blocked cookies but deleted them x minutes after they have been first created.

        A "generically blocked" cookie is a cookie which inherits its block status in 
        the matrix from the `cookie` cell or the `all` cell in the top row of the 
        matrix.

        When a cookie inherits its block status from a cell in the top row of the 
        matrix (the "header" row), this means it is not specifically distrusted, but 
        rather that the default stance is to distrust cookies in general.

        However some sites do require cookies to minimally work properly. This options 
        allow to "unbreak" these sites by allowing not specifically distrusted cookies 
        to travel back and forth between you and the server, but to limit the lifetime 
        of these cookies so that they cannot be used to track you.
    -->
    <li>
        <input id="deleteLocalStorage" type="checkbox" data-setting-bool><label data-i18n="privacyDeleteBlockedLocalStoragePrompt" for="deleteLocalStorage"></label>
    <li>
        <input id="clearBrowserCache" type="checkbox" data-setting-bool><label data-i18n="privacyClearCachePrompt1" for="clearBrowserCache"></label> 
        <input id="clearBrowserCacheAfter" type="text" value="60" size="3"> <label data-i18n="privacyClearCachePrompt2" for="clearBrowserCacheAfter"></label>
        <span class="whatisthis"></span>
        <div class="whatisthis-expandable para" data-i18n="privacyClearCacheHelp"></div>
    <li>
        <input id="processReferer" type="checkbox" data-matrix-switch="referrer-spoof"><label data-i18n="privacyProcessRefererPrompt" for="processReferer"></label>
        <span class="whatisthis"></span>
        <div class="whatisthis-expandable para" data-i18n="privacyProcessRefererHelp"></div>
    <li>
        <input id="noMixedContent" type="checkbox" data-matrix-switch="https-strict"><label data-i18n="privacyNoMixedContentPrompt" for="noMixedContent"></label>
        <span class="whatisthis"></span>
        <div class="whatisthis-expandable para" data-i18n="privacyNoMixedContentHelp"></div>
    <li>
        <input id="processHyperlinkAuditing" type="checkbox" data-setting-bool><label data-i18n="privacyProcessHyperlinkAuditingPrompt" for="processHyperlinkAuditing"></label>
        <span class="whatisthis"></span>
        <div class="whatisthis-expandable para" data-i18n="privacyProcessHyperlinkAuditingHelp"></div>
</ul>

<script src="js/vapi-common.js"></script>
<script src="js/vapi-client.js"></script>
<script src="js/udom.js"></script>
<script src="js/i18n.js"></script>
<script src="js/dashboard-common.js"></script>
<script src="js/settings.js"></script>
</body>

</html>