<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tor-browser/sandboxed-tor-browser, branch sandboxed-tor-browser-0.0.13</title>
<subtitle>Sandboxed Tor Browser</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/'/>
<entry>
<title>Do the release ritual for sandboxed-tor-browser-0.0.13.</title>
<updated>2017-09-13T01:59:00+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-09-13T01:59:00+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=43cdbb24b8b79995fb0292274c4a8daa5192b86d'/>
<id>43cdbb24b8b79995fb0292274c4a8daa5192b86d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 23449: Allow `epool_pwait` in the tor seccomp rules.</title>
<updated>2017-09-10T15:38:21+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-09-10T15:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=74df78a7462e0ccc290fed05b130883f1e33fd23'/>
<id>74df78a7462e0ccc290fed05b130883f1e33fd23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the stub's comment blurb. (No functional changes)</title>
<updated>2017-08-31T10:20:42+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-08-31T10:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=433e3172dacaa955a059e071beb09587f7e32775'/>
<id>433e3172dacaa955a059e071beb09587f7e32775</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the GCC constructor attribute for stub initialization.</title>
<updated>2017-08-31T10:03:30+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-08-31T10:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=d3e4fd26e46ab258e4a5daa0541c7253989ed35f'/>
<id>d3e4fd26e46ab258e4a5daa0541c7253989ed35f</id>
<content type='text'>
Non-portable but this is cleaner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Non-portable but this is cleaner.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Force disable `navigator.sendBeacon()`."</title>
<updated>2017-08-30T03:04:17+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-08-30T03:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=881b68c816b29db3b62388c5619fc7c9a5981983'/>
<id>881b68c816b29db3b62388c5619fc7c9a5981983</id>
<content type='text'>
This reverts commit 8ccea0137d87d049c0f09ece7428942af78b7570.

I need to think about this more.  While I still think the call is
basically only used to make tracking people easier, if mainline Tor
Browser doesn't disable it, this will impact the user anonymity set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8ccea0137d87d049c0f09ece7428942af78b7570.

I need to think about this more.  While I still think the call is
basically only used to make tracking people easier, if mainline Tor
Browser doesn't disable it, this will impact the user anonymity set.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable the "Open with" dialog, which will never work.</title>
<updated>2017-08-28T18:39:31+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-08-28T18:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=ecfe4ec14b62e10380c8afbb09a1c744e5dbfdee'/>
<id>ecfe4ec14b62e10380c8afbb09a1c744e5dbfdee</id>
<content type='text'>
The container doesn't have anything to "Open with", nor does it have
D-Bus access.  Neither of these things will change, so the dialog can be
suppressed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The container doesn't have anything to "Open with", nor does it have
D-Bus access.  Neither of these things will change, so the dialog can be
suppressed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Force disable `navigator.sendBeacon()`.</title>
<updated>2017-08-26T09:17:58+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-08-26T09:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=8ccea0137d87d049c0f09ece7428942af78b7570'/>
<id>8ccea0137d87d049c0f09ece7428942af78b7570</id>
<content type='text'>
Why Tor Browser doesn't do this, I have no idea, but it's basically part
of the cancer that is killing the internet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Why Tor Browser doesn't do this, I have no idea, but it's basically part
of the cancer that is killing the internet.
</pre>
</div>
</content>
</entry>
<entry>
<title>Unset the addon autoupdater URL prefs.</title>
<updated>2017-08-17T19:02:45+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-08-17T19:02:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=65ef5ea681e6836a95ec161d5de4b831fc8c21f9'/>
<id>65ef5ea681e6836a95ec161d5de4b831fc8c21f9</id>
<content type='text'>
Updating addons is disabled by default and will not work, even though it
may appear to (#23265).  Instead of checking and then failing to apply
the update, by removing the URLs from the prefs, the check will fail
immediately.

This applies to everything but HTTPSE, because HTTPSE provides it's own
updateURL in the install.rdf file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updating addons is disabled by default and will not work, even though it
may appear to (#23265).  Instead of checking and then failing to apply
the update, by removing the URLs from the prefs, the check will fail
immediately.

This applies to everything but HTTPSE, because HTTPSE provides it's own
updateURL in the install.rdf file.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! Bug 22984: Force IDNs to be displayed as punycode to thwart homograph attacks.</title>
<updated>2017-08-03T17:32:37+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-08-03T17:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=4cd7ad592166c8146c0f1493e69fea66cc057c19'/>
<id>4cd7ad592166c8146c0f1493e69fea66cc057c19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 13170: Disable the rest of the Firefox experiments botnet prefs.</title>
<updated>2017-08-03T17:26:05+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2017-08-03T17:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-browser/sandboxed-tor-browser.git/commit/?id=3cb78c8c65ea220c01a9abbd484c8a0284beb5fd'/>
<id>3cb78c8c65ea220c01a9abbd484c8a0284beb5fd</id>
<content type='text'>
The Tor Browser developers have not took action on this, so I will.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Tor Browser developers have not took action on this, so I will.
</pre>
</div>
</content>
</entry>
</feed>
