Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #18842

Closed (moved)
Open
Opened Apr 18, 2016 by cypherpunks@cypherpunks

HTTPS Everywhere rules for tgchan

Thanks to Let's Encrypt, tgchan recently started supporting HTTPS. The following ruleset should work:

<ruleset name="tgchan">
  <target host="tgchan.org" />
  <target host="www.tgchan.org" />
  <target host="thatquestsite.org" />
  <target host="www.thatquestsite.org" />

  <securecookie host="^(www\.)?(tgchan|thatquestsite)\.org$" name=".+" />

  <rule from="^http://(www\.)?tgchan\.org/" to="https://tgchan.org/" />
  <rule from="^http://(www\.)?thatquestsite\.org/" to="https://thatquestsite.org/" />
</ruleset>
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#18842