Fixing clickjacking issue

stable
Alejandro Alonso 2016-01-04 09:37:41 +01:00 committed by David Barragán Merino
parent c63e5109aa
commit bea4a17d98
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ html(lang="en")
title Taiga
meta(name="description", content="Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.")
meta(name="keywords", content="agile, scrum, taiga, management, project, developer, designer, user experience")
meta(http-equiv="X-Frame-Options", content="deny")
//-meta(name="viewport", content="width=device-width, user-scalable=no")
link(rel="stylesheet", href="/#{v}/styles/theme-taiga.css")
link(rel="icon", type="image/png", href="/#{v}/images/favicon.png")