From 877d1169fad9354de7ac937d4610cf531ea676f8 Mon Sep 17 00:00:00 2001
From: "John \"Elwin\" Edwards"
Date: Tue, 2 Nov 2021 21:10:10 -0400
Subject: [PATCH] Small website updates.
---
lighttpd/rlgallery.conf | 6 +++++-
web/about/index.html | 2 ++
web/about/rogue3.html | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/lighttpd/rlgallery.conf b/lighttpd/rlgallery.conf
index 0fff2db..cd8b2dd 100644
--- a/lighttpd/rlgallery.conf
+++ b/lighttpd/rlgallery.conf
@@ -10,7 +10,7 @@ index-file.names += (
"index.xhtml", "index.html", "index.htm", "index.cgi"
)
-server.modules += ( "mod_cgi", "mod_redirect", "mod_setenv" )
+server.modules += ( "mod_cgi", "mod_setenv", "mod_redirect" )
cgi.assign = ( ".cgi" => "" )
@@ -32,6 +32,10 @@ setenv.add-environment = (
"LC_CTYPE" => "en_US.utf8"
)
+setenv.add-response-header = (
+ "Permissions-Policy" => "interest-cohort=()"
+)
+
# Turn on directory listing where it is needed
$HTTP["url"] =~ "^/files/" {
dir-listing.activate = "enable"
diff --git a/web/about/index.html b/web/about/index.html
index a03fc2a..d0030ac 100644
--- a/web/about/index.html
+++ b/web/about/index.html
@@ -42,6 +42,8 @@ data is stored using PostgreSQL.
The Web player was created with node.js.
Support Roguelike Games
The Roguelike Gallery does not currently need donations. Consider supporting Temple of the Roguelike or purchasing HyperRogue or another fun roguelike game.
+Contact
+E-mail the Warden using the address elwin (at) sdf.org.