Remove webapp headers to play nice with Safari's session handling

Solves #1792
This commit is contained in:
Gina Häußge 2017-03-06 11:37:00 +01:00
parent d845257cf4
commit 2dcd6e02b1

View file

@ -8,10 +8,6 @@
<link rel="apple-touch-icon" sizes="114x114" href="{{ url_for('static', filename='img/apple-touch-icon-114x114.png') }}">
<link rel="apple-touch-icon" sizes="144x144" href="{{ url_for('static', filename='img/apple-touch-icon-144x144.png') }}">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
{% include 'stylesheets.jinja2' %}
{% include 'initscript.jinja2' %}
</head>