From 65f6693dff9616b3335d46fe7f068db2fbe37b1e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 30 Mar 2016 21:19:10 +0300 Subject: Set X-Frame-Options header to "sameorigin". --- templates/page.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 38b4d2c..96ec1a9 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -4,6 +4,7 @@ <TMPL_IF ISWEBSITE>Fripost – den fria e-postföreningen<TMPL_ELSE><TMPL_VAR TITLE></TMPL_IF> + -- cgit v1.2.3 From 2fd4205196217e4356d7855a1926f95aacdf2419 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 30 Mar 2016 21:24:01 +0300 Subject: Revert "Set X-Frame-Options header to "sameorigin"." This reverts commit 65f6693dff9616b3335d46fe7f068db2fbe37b1e. --- templates/page.tmpl | 1 - 1 file changed, 1 deletion(-) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 96ec1a9..38b4d2c 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -4,7 +4,6 @@ <TMPL_IF ISWEBSITE>Fripost – den fria e-postföreningen<TMPL_ELSE><TMPL_VAR TITLE></TMPL_IF> - -- cgit v1.2.3 From f9a64d57bbff4d253ed89ce286071f84968f37a9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 31 Mar 2016 17:27:37 +0300 Subject: Remove useless "$BASEURL" prefix in the template. --- templates/page.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 38b4d2c..3032d0d 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -5,11 +5,11 @@ - + -- cgit v1.2.3 From 013dd94816c1185d4cd52f80e36a23bb67439984 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 1 Apr 2016 11:41:48 +0200 Subject: Place custom CSS in its own file. --- templates/page.tmpl | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 3032d0d..6bc0e77 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -6,6 +6,7 @@ + -
- -
- Avatar -
-
-
-
-- cgit v1.2.3 From a74f5aef3bf28befb1b3b1882ca4a053ad475515 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 11 Jun 2016 16:09:02 +0200 Subject: Set "referrer" meta tag to "no-referrer". --- templates/page.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 6bc0e77..6ee9b11 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -3,6 +3,7 @@ <TMPL_IF ISWEBSITE>Fripost – den fria e-postföreningen<TMPL_ELSE><TMPL_VAR TITLE></TMPL_IF> + -- cgit v1.2.3 From ec52ee4d4659f552e38da1b3190a38352f2f4207 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 13 Dec 2016 20:34:58 +0100 Subject: Don't set the referrer policy under the header. We're using the Referrer-Policy HTTP header instead. --- templates/page.tmpl | 1 - 1 file changed, 1 deletion(-) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 6ee9b11..6bc0e77 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -3,7 +3,6 @@ <TMPL_IF ISWEBSITE>Fripost – den fria e-postföreningen<TMPL_ELSE><TMPL_VAR TITLE></TMPL_IF> - -- cgit v1.2.3 From 5989833d8357bdfd3d3603b45663a3e14f5286de Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 30 May 2017 12:28:11 +0200 Subject: Show GETSOURCEURL in the wiki only, not the website. --- templates/page.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/page.tmpl b/templates/page.tmpl index 6bc0e77..e8fb12b 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -122,10 +122,10 @@ | History - - | Source - + + | Source + | Discussion -- cgit v1.2.3