tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

.htaccess (396B)


      1 AddType 'text/html; charset=UTF-8' html
      2 <Files 'the-lang-attribute-003.html'>
      3 AddLanguage 'ko' .html
      4 </Files>
      5 <Files 'the-lang-attribute-005.html'>
      6 AddLanguage 'zh' .html
      7 </Files>
      8 <Files 'the-lang-attribute-006.html'>
      9 AddLanguage 'zh' .html
     10 </Files>
     11 <Files 'the-lang-attribute-009.html'>
     12 AddLanguage 'ko' .html
     13 </Files>
     14 <Files 'the-lang-attribute-011.html'>
     15 AddLanguage 'ko,zh,ja' .html
     16 </Files>