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.
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.