From 63c6ef8c3831853d3b778fcdc23a4957dc32ba77 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Wed, 10 Jan 2018 11:45:59 +0100 Subject: [PATCH 1/6] chore: remove piwik --- site/snippets/header.php | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/site/snippets/header.php b/site/snippets/header.php index 18ca02a..c4bfe66 100644 --- a/site/snippets/header.php +++ b/site/snippets/header.php @@ -21,24 +21,6 @@ 'assets/css/prism.css' )) ?> - - - - - - From 708e34c2a79d61be323c91f2ba3a78826430737f Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Wed, 28 Feb 2018 18:01:58 +0100 Subject: [PATCH 2/6] chore: update kirby --- kirby | 2 +- panel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kirby b/kirby index a2678c4..bdf5e01 160000 --- a/kirby +++ b/kirby @@ -1 +1 @@ -Subproject commit a2678c41c7f57ef176651e257840861d6c21b653 +Subproject commit bdf5e0181b7f4a501b10811ddc512455f53047e2 diff --git a/panel b/panel index f3010a2..5efec4d 160000 --- a/panel +++ b/panel @@ -1 +1 @@ -Subproject commit f3010a2676874464016f47a0eec70009bae1f0a5 +Subproject commit 5efec4d193e69fe7c401279b8f593d41adce9a7d From 8fd08c1723b578a2738533375adf93be531d41fd Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Fri, 16 Mar 2018 11:04:26 +0100 Subject: [PATCH 3/6] chore: update kirby --- kirby | 2 +- panel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kirby b/kirby index bdf5e01..239b7ca 160000 --- a/kirby +++ b/kirby @@ -1 +1 @@ -Subproject commit bdf5e0181b7f4a501b10811ddc512455f53047e2 +Subproject commit 239b7ca92b1015950cdb87c38ef540a96f0283ef diff --git a/panel b/panel index 5efec4d..d0a1e1c 160000 --- a/panel +++ b/panel @@ -1 +1 @@ -Subproject commit 5efec4d193e69fe7c401279b8f593d41adce9a7d +Subproject commit d0a1e1c826d110e28b99661c018fbdc2fc29a6e4 From a829e164adaadb1c3a5ade2c23a7b4062ab878e2 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Fri, 12 Oct 2018 13:54:42 +0200 Subject: [PATCH 4/6] fix: fix .htaccess file --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 22e251e..beb9927 100644 --- a/.htaccess +++ b/.htaccess @@ -15,8 +15,8 @@ RewriteCond %{ENV:HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] - Redirect 301 /.well-known/carddav /owncloud/remote.php/carddav - Redirect 301 /.well-known/caldav /owncloud/remote.php/caldav + Redirect 301 /.well-known/carddav /cloud/remote.php/carddav + Redirect 301 /.well-known/caldav /cloud/remote.php/caldav # make sure to set the RewriteBase correctly # if you are running the site in a subfolder. From f71116bffdaf6d21077e92c6cc45b1c7869cf5bb Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Fri, 12 Oct 2018 13:56:30 +0200 Subject: [PATCH 5/6] fix: fix .htaccess file again --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index beb9927..5a4e09d 100644 --- a/.htaccess +++ b/.htaccess @@ -15,8 +15,8 @@ RewriteCond %{ENV:HTTPS} !=on RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L] - Redirect 301 /.well-known/carddav /cloud/remote.php/carddav - Redirect 301 /.well-known/caldav /cloud/remote.php/caldav + Redirect 301 /.well-known/carddav /cloud/remote.php/dav + Redirect 301 /.well-known/caldav /cloud/remote.php/dav # make sure to set the RewriteBase correctly # if you are running the site in a subfolder. From 05e9d1ce3e706def36d2195b9536361d49d11be9 Mon Sep 17 00:00:00 2001 From: Stefan Sterz Date: Fri, 12 Oct 2018 14:09:49 +0200 Subject: [PATCH 6/6] feat: add no-referrer header --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 5a4e09d..57d46d7 100644 --- a/.htaccess +++ b/.htaccess @@ -17,6 +17,7 @@ Redirect 301 /.well-known/carddav /cloud/remote.php/dav Redirect 301 /.well-known/caldav /cloud/remote.php/dav + Header set Referrer-Policy "no-referrer" # make sure to set the RewriteBase correctly # if you are running the site in a subfolder.