From 8b53cce898f862ac8d50c62c68d40e32085b3db3 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Fri, 30 Dec 2022 13:57:23 +0000 Subject: [PATCH 1/4] Fix and harden HTTP headers (#57) Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/57 --- _config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 51d96a0..5c5427f 100644 --- a/_config.yml +++ b/_config.yml @@ -34,4 +34,9 @@ markdown: kramdown highlighter: rouge kramdown: input: GFM - syntax_highlighter: rouge \ No newline at end of file + syntax_highlighter: rouge + +webrick: + headers: + Content-Security-Policy: default-src 'self'; + Strict-Transport-Security: max-age=31536000; includeSubDomains \ No newline at end of file From c9e7c6ae9354bd22de78afb2fc4a35b1a0d94800 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Fri, 30 Dec 2022 14:01:34 +0000 Subject: [PATCH 2/4] revert 8b53cce898f862ac8d50c62c68d40e32085b3db3 revert Fix and harden HTTP headers (#57) Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/57 --- _config.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 5c5427f..51d96a0 100644 --- a/_config.yml +++ b/_config.yml @@ -34,9 +34,4 @@ markdown: kramdown highlighter: rouge kramdown: input: GFM - syntax_highlighter: rouge - -webrick: - headers: - Content-Security-Policy: default-src 'self'; - Strict-Transport-Security: max-age=31536000; includeSubDomains \ No newline at end of file + syntax_highlighter: rouge \ No newline at end of file From ecc9f800b1cf9470d8f020cc1cfeb90e838264cc Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Fri, 30 Dec 2022 17:37:29 +0000 Subject: [PATCH 3/4] Add my email and deathrow's to the contact file (#58) Reviewed-on: https://git.anonymousland.org/anonymousland/anonymousland/pulls/58 --- _.well-known/matrix/support | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_.well-known/matrix/support b/_.well-known/matrix/support index a0f5a6c..5b9cff9 100644 --- a/_.well-known/matrix/support +++ b/_.well-known/matrix/support @@ -1,10 +1,12 @@ { admins: [{ matrix_id: "@deathrow:anonymousland.org", + email_address: "privatedeathrow@proton.me", role: "admin" }, { matrix_id: "@nebulaonion:anonymousland.org", + email_address: "nebulaonion@tutanota.com", role: "admin" }], support_page: "https://anonymousland.org/services" From 1ea18871785e91f48992a581136586b7b7dfb279 Mon Sep 17 00:00:00 2001 From: NebulaOnion Date: Fri, 30 Dec 2022 18:40:39 +0000 Subject: [PATCH 4/4] Add '_.well-known/matrix/client' --- _.well-known/matrix/client | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _.well-known/matrix/client diff --git a/_.well-known/matrix/client b/_.well-known/matrix/client new file mode 100644 index 0000000..598bdf6 --- /dev/null +++ b/_.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.anonymousland.org" + } +} \ No newline at end of file