From f6b3295d28352cbeb46dff04799cf8f4d39087bb Mon Sep 17 00:00:00 2001 From: Mark Schmitz Date: Thu, 7 Jun 2018 14:23:41 +0100 Subject: [PATCH 1/2] also for new default tpl add meta tag to block sending the referrer vintage -> #692 --- .gitignore | 5 +++++ tpl/default/includes.html | 1 + 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 414ff6d..170030e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,11 @@ pagecache .buildpath .project +# macOS General +.DS_Store +.AppleDouble +.LSOverride + # Raintpl generated pages *.rtpl.php diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 34e0ff0..5ccacaa 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -2,6 +2,7 @@ + From ee93a093876a0e4e8483a57dbd7cbbe7c50bc8b7 Mon Sep 17 00:00:00 2001 From: Mark Schmitz Date: Thu, 7 Jun 2018 18:11:04 +0100 Subject: [PATCH 2/2] remove environment specific .gitignore entries --- .gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitignore b/.gitignore index 170030e..414ff6d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,11 +9,6 @@ pagecache .buildpath .project -# macOS General -.DS_Store -.AppleDouble -.LSOverride - # Raintpl generated pages *.rtpl.php