-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathGOALS.html
414 lines (410 loc) · 10.4 KB
/
GOALS.html
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
<html>
<head>
<title>
I2P in Private B...
</title>
<meta name="author" content="eyedeekay" />
<meta name="description" content="i2p-in-private-browsing-mode-firefox" />
<meta name="keywords" content="master" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="showhider.css" />
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div id="navbar">
<a href="#shownav">
Show navigation
</a>
<div id="shownav">
<div id="hidenav">
<ul>
<li>
<a href="..">
Up one level ^
</a>
</li>
<li>
<a href="index.html">
index
</a>
</li>
<li>
<a href="COLORS.html">
COLORS
</a>
</li>
<li>
<a href="GOALS.html">
GOALS
</a>
</li>
<li>
<a href="PLAN.html">
PLAN
</a>
</li>
<li>
<a href="home.html">
home.html
</a>
</li>
<li>
<a href="index.html">
index.html
</a>
</li>
<li>
<a href="location.html">
location.html
</a>
</li>
<li>
<a href="proxyerr.html">
proxyerr.html
</a>
</li>
<li>
<a href="sectorrent.html">
sectorrent.html
</a>
</li>
<li>
<a href="security.html">
security.html
</a>
</li>
<li>
<a href="toopie.html">
toopie.html
</a>
</li>
<li>
<a href="torrent.html">
torrent.html
</a>
</li>
<li>
<a href="window.html">
window.html
</a>
</li>
</ul>
<br>
<a href="#hidenav">
Hide Navigation
</a>
</div>
</div>
</div>
<a id="returnhome" href="/">
/
</a>
<h1>
These are the goals of the I2P Browser, and not really this plugin in-and-of-itself
</h1>
<p>
A
</p>
<h2>
User Interface:
</h2>
<ul>
<li>
Remove search engines
</li>
<li>
Replace bookmarks
</li>
<li>
Donate banner / UI
</li>
<li>
Patch Firefox to have relative (from the binary) profile directory
</li>
<li>
Start use the Firefox update process to update browser installations
</li>
<li>
Mark .i2p cookies as secure
</li>
<li>
Mark .i2p domains as secure connection
</li>
<li>
Add tests for .i2p secure marking
</li>
<li>
Improve the delay-the-user XUL dialogs to be more accurate in regards
of where the router is in it’s bootup progress
</li>
<li>
Disable the WebIDE
</li>
<li>
Disable GamePad API by default
</li>
<li>
Disable Web Speech API by default
</li>
<li>
Disable the Web Audio API by default
</li>
<li>
UI redesign bootstrapping and configuration screens (delay-the-user dialogs)
</li>
<li>
Default browser choose wining should de disabled like
browser.shell.checkDefaultBrowser, it can be default, but then
choosen by the user without any begging ahead
</li>
<li>
Extend the firefox preferences UI for I2P router configuration thought
of as “must have” or “very nice to have”
</li>
<li>
Shrink the BroadcastChannel API’s boundaries of access or disable completely
</li>
<li>
Make a API white/grey/black -list, in super paranoia mode we should
probably disable almost all, while in most cases the user probably want
to be as close to a normal browser/web experinence that
they are used to from before
</li>
</ul>
<h2>
Leak Avoidance:
</h2>
<ul>
<li>
Stop web socket DNS leak
</li>
<li>
If doable, slim down the CA store from unnecessary CAs
</li>
<li>
Disable the microphone by default
</li>
<li>
Ensure WebRTC is disabled in compile time
</li>
<li>
Disable mDNS features
</li>
<li>
Ensure links like sftp:// and smb:// ,
as well as \samba-share is blocked/denied
</li>
<li>
Don’t allow IndexedDB storage for third party domains (likability issue)
</li>
<li>
Patch the DNS service to prevent any browser or addon DNS resolution
</li>
<li>
Restrict what MIME types that are exposed to content scripts
</li>
</ul>
<h2>
General Security:
</h2>
<ul>
<li>
Backport any security patches that might appear from Mozilla
</li>
<li>
Don’t allow XHR/Websockets requests towards 127.0.0.1/localhost
</li>
<li>
Always use the most sane form of preferences defaults in context
of privacy and security.
</li>
</ul>
<h2>
Unnecessary Connections:
</h2>
<ul>
<li>
Disable getpocket.com features and alike
</li>
<li>
Remove sync option from preferences
</li>
<li>
Clear state when the app exits, by default
</li>
<li>
Disable updater telemetry
</li>
<li>
Make firefox stop call home to mozilla for different reasons
</li>
<li>
Prevent non-Necko network connections
</li>
<li>
Figure out how to approach prerender, preconnect, and prefetch link tags
</li>
</ul>
<h2>
Disk Avoidance:
</h2>
<ul>
<li>
Don’t allow SSL key logging
</li>
<li>
Only cache media in memory
</li>
<li>
Disable the password saving functionality to avoid such being written to disk
</li>
<li>
Disable the Auto form-fill to keep as much as possible not written to disk
</li>
</ul>
<h2>
Platforms:
</h2>
<ul>
<li>
Support for Android?
</li>
<li>
Support for iOS?
</li>
</ul>
<h2>
Anti-Fingerprinting:
</h2>
<ul>
<li>
Test for preferences which ensures a sane default and
something to tell when/if we break it
</li>
<li>
Disable support for system adding
</li>
<li>
Disable Firefox enterprise policies
</li>
<li>
Disable NTLM authentication
</li>
<li>
Disable SPNEGO authentication
</li>
<li>
Handle privacy issues regarding window.name
</li>
<li>
Test runner for I2P Browser test cases
</li>
<li>
Block loading of plugins
</li>
<li>
Disable OS spesific firefox features that can help fingerprint
the end user’s operating system
</li>
<li>
Block html5 canvas by default
</li>
<li>
Block by default or disable WebGL completely?
</li>
<li>
Never start fullscreen, always start with fixed width/height to
avoid expose screen resolution
</li>
<li>
Report fake system uptime to content scripts
</li>
<li>
Spoof Accept-Language and Accept-Charset headers no matter browser language
</li>
<li>
Spoof timezone to always be UTC
</li>
<li>
Develop methods to reduce the accuracy of JavaScript
performance fingerprinting
</li>
<li>
Always report only one CPU core (dom.maxHardwareConcurrencys)
</li>
<li>
Avoid Keystroke fingerprinting by messing with the event resolution
</li>
<li>
Disable GeoIP-based search results
</li>
</ul>
<h2>
???
</h2>
<ul>
<li>
SVG drawing
</li>
<li>
MathML drawing
</li>
<li>
I2Pd flavor
</li>
</ul>
<div id="sourcecode">
<span id="sourcehead">
<strong>
Get the source code:
</strong>
</span>
<ul>
<li>
<a href="https://github.com/eyedeekay/i2p-in-private-browsing-mode-firefox">
Source Repository: (https://github.com/eyedeekay/i2p-in-private-browsing-mode-firefox)
</a>
</li>
</ul>
</div>
<div>
<a href="#show">
Show license
</a>
<div id="show">
<div id="hide">
<pre><code>MIT License
Copyright (c) 2019 idk
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
</code></pre>
<a href="#hide">
Hide license
</a>
</div>
</div>
</div>
<div>
<iframe src="https://snowflake.torproject.org/embed.html" width="320" height="240" frameborder="0" scrolling="no"></iframe>
</div>
<div>
<a href="https://geti2p.net/">
<img src="i2plogo.png"></img>
I2P
</a>
</div>
</body>
</html>