1. 24 Jul, 2020 2 commits
  2. 21 Jul, 2020 4 commits
  3. 13 Jul, 2020 9 commits
  4. 27 Jun, 2020 4 commits
  5. 25 Jun, 2020 2 commits
  6. 23 Jun, 2020 1 commit
  7. 09 Jun, 2020 1 commit
  8. 25 May, 2020 5 commits
  9. 24 May, 2020 1 commit
  10. 14 May, 2020 1 commit
    • Daniel Schosser's avatar
      fix: add security headers to Docker nginx config (#1244) · 4512436f
      Daniel Schosser authored
      * Add security headers to nginx config
      
      Increase the security of the nginx server and the served page, by adding the following security headers to the nginx config:
      - X-Frame-Options (Disables click jacking by disallowing the page to be run in a frame/iframe)
      - X-XSS-Protection (Enables cross site scripting filtering)
      - X-Content-Type-Options (Disables MIME sniffing and forces browser to use the type given in Content-Type.)
      - Content-Security-Policy (Controls resources the user agent is allowed to load for a given page.)
      - Referrer-Policy (Governs which referrer information sent in the Referer header should be included with requests made.)
      
      Additional headers that could be added optionally:
      - Strict-Transport-Security (Enforce HTTPS over HTTP)
      4512436f
  11. 10 May, 2020 5 commits
  12. 09 May, 2020 5 commits