# HG changeset patch # User John "Elwin" Edwards # Date 1635901810 14400 # Node ID 36d6787f7aed257d03e3c10dc8babdeecabd365e # Parent fb292a0184d902ac84eb4968e6a08d4795e2b4cc Small website updates. diff -r fb292a0184d9 -r 36d6787f7aed lighttpd/rlgallery.conf --- a/lighttpd/rlgallery.conf Mon Apr 05 21:57:20 2021 -0400 +++ b/lighttpd/rlgallery.conf Tue Nov 02 21:10:10 2021 -0400 @@ -10,7 +10,7 @@ "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 @@ "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 -r fb292a0184d9 -r 36d6787f7aed web/about/index.html --- a/web/about/index.html Mon Apr 05 21:57:20 2021 -0400 +++ b/web/about/index.html Tue Nov 02 21:10:10 2021 -0400 @@ -42,6 +42,8 @@
The Web player was created with node.js.
The Roguelike Gallery does not currently need donations. Consider supporting Temple of the Roguelike or purchasing HyperRogue or another fun roguelike game.
+E-mail the Warden using the address elwin (at) sdf.org.