[Scummvm-git-logs] scummvm-web master -> 1eb7c7796f7c0cc3a826b6df355a9ee474b1fcd8

Mataniko mataniko at gmail.com
Mon Sep 3 01:47:25 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
1eb7c7796f TEMPLATES: Add a no-referrer meta header


Commit: 1eb7c7796f7c0cc3a826b6df355a9ee474b1fcd8
    https://github.com/scummvm/scummvm-web/commit/1eb7c7796f7c0cc3a826b6df355a9ee474b1fcd8
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-09-02T19:46:39-04:00

Commit Message:
TEMPLATES: Add a no-referrer meta header

Changed paths:
    templates/pages/index.tpl


diff --git a/templates/pages/index.tpl b/templates/pages/index.tpl
index 680896d..f583c5b 100644
--- a/templates/pages/index.tpl
+++ b/templates/pages/index.tpl
@@ -3,6 +3,7 @@
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<meta name="referrer" content="no-referrer">
 	<base href="{$baseurl}">
 	{* Cache bust CSS if making major changes *}
 	{$css = "2.0.0"}





More information about the Scummvm-git-logs mailing list