[tor-bugs] #13122 [Service - dist]: Please make .asc files be downloaded instead of displayed

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Sep 10 22:39:51 UTC 2014


#13122: Please make .asc files be downloaded instead of displayed
----------------------------+---------------------
 Reporter:  lunar           |          Owner:
     Type:  enhancement     |         Status:  new
 Priority:  normal          |      Milestone:
Component:  Service - dist  |        Version:
 Keywords:                  |  Actual Points:
Parent ID:                  |         Points:
----------------------------+---------------------
 Currently when opening the following link in a browser, the signature will
 be displayed instead of downloaded:
 https://www.torproject.org/dist/torbrowser/3.6.5/torbrowser-install-3.6
 .5_en-US.exe.asc

 This can confuse users trying to verify the signature, because they will
 need the file saved on their disk with most tools. In order to save them a
 step, and some bewilderment, let's make .asc files be downloaded by
 browsers.

 I believe the Apache configuration snippet to be close to the following:

 {{{
 <FilesMatch "\.asc$">
   ForceType application/octet-stream
   Header set Content-Disposition attachment
 </FilesMatch>
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13122>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list