Damian Johnson commited on 2017-01-31 17:49:28
Zeige 1 geänderte Dateien mit 41 Einfügungen und 1 Löschungen.
Couple GSoC project ideas from Tom Ritter.
... | ... |
@@ -422,8 +422,9 @@ meetings around the world.</li> |
422 | 422 |
|
423 | 423 |
<p> |
424 | 424 |
<b>Project Ideas:</b><br /> |
425 |
- <i><a href="#panopticlick">Panopticlick</a></i><br /> |
|
426 | 425 |
<i><a href="#feedbackExtension">Feedback Extension for Tor Browser</a></i><br /> |
426 |
+ <i><a href="#torBrowserCrashReport">Crash Reporter for Tor Browser</a></i><br /> |
|
427 |
+ <i><a href="#fasterTorBrowser">Make Tor Browser Faster</a></i> |
|
427 | 428 |
</p> |
428 | 429 |
|
429 | 430 |
<a id="project-httpseverywhere"></a> |
... | ... |
@@ -1073,9 +1072,48 @@ ideas. |
1073 | 1072 |
central server, whether to an onion address (if the user has Tor running), or |
1074 | 1073 |
otherwise. To start with, we are looking to gather only text as part of the |
1075 | 1074 |
feedback process. |
1075 |
+ </p> |
|
1076 |
+ </li> |
|
1076 | 1077 |
|
1078 |
+ <a id="torBrowserCrashReport"></a> |
|
1079 |
+ <li> |
|
1080 |
+ <b>Crash Reporter for Tor Browser</b> |
|
1081 |
+ <br> |
|
1082 |
+ Likely Mentors: <i>Tom Ritter (tjr)</i>, <i>Georg (GeKo)</i> |
|
1083 |
+ <p> |
|
1084 |
+ Currently Tor Browser disables the Crash Reporter. We would like to |
|
1085 |
+ build it reproducible, enable it, and configure it to report crashes |
|
1086 |
+ containing non-detailed and impersonal information to Tor, on a .onion |
|
1087 |
+ submission platform that would allow us to view and explore the |
|
1088 |
+ crashes. |
|
1089 |
+ </p> |
|
1090 |
+ |
|
1091 |
+ <p> |
|
1092 |
+ The project will entail enabling the Crash Report on Tor Browser and |
|
1093 |
+ creating a backend to receive reports from it. Once created, the crash |
|
1094 |
+ reporter data will be analyzed and modified to fit Tor's requirements |
|
1095 |
+ for personal data collection. As time permits, we will update the |
|
1096 |
+ build system to ensure the crash reporter is built reproducibly and |
|
1097 |
+ add data analysis tools for the crash report database to visualize top |
|
1098 |
+ crashers and similar statistics. |
|
1099 |
+ </p> |
|
1100 |
+ </li> |
|
1101 |
+ |
|
1102 |
+ <a id="fasterTorBrowser"></a> |
|
1103 |
+ <li> |
|
1104 |
+ <b>Make Tor Browser Faster</b> |
|
1105 |
+ <br> |
|
1106 |
+ Likely Mentors: <i>Tom Ritter (tjr)</i>, <i>Georg (GeKo)</i> |
|
1107 |
+ <p> |
|
1108 |
+ This project will enable and take advantage of HTTP/2, the Alt-Srv |
|
1109 |
+ header, and tor's new single hop .onion mode to enable websites to |
|
1110 |
+ transparently move their traffic to a .onion address. In addition to |
|
1111 |
+ improvements in security, we will benchmark page load and paint times |
|
1112 |
+ under normal HTTP/1.1, HTTP/2, and when taking advantage of features |
|
1113 |
+ such as Server Push. |
|
1077 | 1114 |
</p> |
1078 | 1115 |
</li> |
1116 |
+ |
|
1079 | 1117 |
<!-- |
1080 | 1118 |
<a id=""></a> |
1081 | 1119 |
<li> |
1082 | 1120 |