<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/richard/torbutton, branch bug_26540_v2</title>
<subtitle>Richard's torbutton repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/'/>
<entry>
<title>Bug 26540: Enabling pdfjs disableRange option prevents pdfs from loading</title>
<updated>2018-09-19T02:55:11+00:00</updated>
<author>
<name>Richard Pospesel</name>
<email>richard@torproject.org</email>
</author>
<published>2018-09-19T02:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=c06c74a5e93543d260f51f9de746045c8b592882'/>
<id>c06c74a5e93543d260f51f9de746045c8b592882</id>
<content type='text'>
This patch checks to see if the incoming channel has a first party
domain that's been smuggled out on the nsIHttpChannel.  This is used for
XmlHttpRequests reqested from a System context when the first party
domain is known (as is the case of range-based requests in pdf.js)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch checks to see if the incoming channel has a first party
domain that's been smuggled out on the nsIHttpChannel.  This is used for
XmlHttpRequests reqested from a System context when the first party
domain is known (as is the case of range-based requests in pdf.js)
</pre>
</div>
</content>
</entry>
<entry>
<title>Release preparations for 2.1</title>
<updated>2018-09-18T17:45:16+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-09-18T17:45:16+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=cd85d9dd4e0a225688d1785ff4cb421abca1e16a'/>
<id>cd85d9dd4e0a225688d1785ff4cb421abca1e16a</id>
<content type='text'>
Changelog update and version bump
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog update and version bump
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 27175: Add pref to allow users to persist custom noscript settings</title>
<updated>2018-09-18T11:29:47+00:00</updated>
<author>
<name>Arthur Edelstein</name>
<email>arthuredelstein@gmail.com</email>
</author>
<published>2018-09-18T06:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=461b828c70bb85501db99fdf077af71b69ef7e0a'/>
<id>461b828c70bb85501db99fdf077af71b69ef7e0a</id>
<content type='text'>
The pref is called "extensions.torbutton.noscript_persist".
Warning! It is dangerous and could reveal what sites you have visited
in the past.

(We also use a pref named "extensions.torbutton.noscript_inited" to keep
track of the first run.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pref is called "extensions.torbutton.noscript_persist".
Warning! It is dangerous and could reveal what sites you have visited
in the past.

(We also use a pref named "extensions.torbutton.noscript_inited" to keep
track of the first run.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 21263: Remove outdated information from the README</title>
<updated>2018-09-18T11:11:44+00:00</updated>
<author>
<name>traumschule</name>
<email>traumschuleriebau@riseup.net</email>
</author>
<published>2018-09-15T13:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=02f3a9334acb1b1b72ee27c3e81013f8706f20d1'/>
<id>02f3a9334acb1b1b72ee27c3e81013f8706f20d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 27760: Fix NoScript IPC for about:blank by whitelisting messages</title>
<updated>2018-09-18T10:48:07+00:00</updated>
<author>
<name>Rusty Bird</name>
<email>rustybird@net-c.com</email>
</author>
<published>2018-09-14T13:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=6016a170f0266cf926b7ff305796ba83cc353536'/>
<id>6016a170f0266cf926b7ff305796ba83cc353536</id>
<content type='text'>
If about:blank is the homepage (or has been passed as a command line
parameter), NoScript will send a message named "fetchChildPolicy"
_before_ "started". Torbutton would then send its "updateSettings" too
soon, resulting in the dreaded error "Could not establish connection.
Receiving end does not exist" (see bug 26520).

Fix this by whitelisting the relevant messages from NoScript: "started"
and also "pageshow" for a slightly more graceful failure mode in case
Torbutton somehow misses NoScript startup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If about:blank is the homepage (or has been passed as a command line
parameter), NoScript will send a message named "fetchChildPolicy"
_before_ "started". Torbutton would then send its "updateSettings" too
soon, resulting in the dreaded error "Could not establish connection.
Receiving end does not exist" (see bug 26520).

Fix this by whitelisting the relevant messages from NoScript: "started"
and also "pageshow" for a slightly more graceful failure mode in case
Torbutton somehow misses NoScript startup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix NoScript IPC for about:blank by whitelisting messages"</title>
<updated>2018-09-18T10:46:58+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-09-18T10:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=0a7d19da90202e5d40851432400444dd6287ffd9'/>
<id>0a7d19da90202e5d40851432400444dd6287ffd9</id>
<content type='text'>
This reverts commit efdc83fec6244d5f2e4b8880fef010a6e362d9dc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit efdc83fec6244d5f2e4b8880fef010a6e362d9dc.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'arthur/27427_alpha'</title>
<updated>2018-09-18T09:49:29+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-09-18T09:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=ec1c0f448893775b660313042709a9b057b3ab75'/>
<id>ec1c0f448893775b660313042709a9b057b3ab75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Bug 27427: Fix NoScript IPC for about:blank by whitelisting messages"</title>
<updated>2018-09-18T09:48:54+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-09-18T09:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=59f3b78349d8de267cf69fb8873971ff0d9ecf7b'/>
<id>59f3b78349d8de267cf69fb8873971ff0d9ecf7b</id>
<content type='text'>
This reverts commit 8ff3b44e478ebddf5a067d796f57a353beae2af0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8ff3b44e478ebddf5a067d796f57a353beae2af0.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release preparations for 2.0.7</title>
<updated>2018-09-18T08:14:42+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-09-18T08:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=c3b6a6813dd48c3116c3370b2cf3449793052d05'/>
<id>c3b6a6813dd48c3116c3370b2cf3449793052d05</id>
<content type='text'>
Changelog update and version bump
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog update and version bump
</pre>
</div>
</content>
</entry>
<entry>
<title>Translations update</title>
<updated>2018-09-18T08:05:32+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2018-09-18T08:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/richard/torbutton.git/commit/?id=012be2a6607a43bb9300e57161a539b2177ffbb0'/>
<id>012be2a6607a43bb9300e57161a539b2177ffbb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
