Skip to content

Commit

Permalink
optional header to force kid mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Nov 20, 2023
1 parent f1024fc commit 3ac8bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;

# proxy_set_header X-Lichess-KidMode 1;
}

error_page 502 /5xx.html;
Expand Down

0 comments on commit 3ac8bff

Please sign in to comment.