Skip to content
Snippets Groups Projects
Verified Commit 11296139 authored by David Beniamine's avatar David Beniamine
Browse files

Add upgrade policy in all head templates

parent 765c858c
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta charset="UTF-8">
<title>
{{ 'editors.add.user.email.title'|trans }}
......
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<meta charset="UTF-8">
<title>
{{ 'editors.add.pending_editor.email.title'|trans }}
......
......@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>{% block title %}MemoRekall{% endblock %}</title>
{% block stylesheets %}
......
......@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<title>{% block title %}MemoRekall{% endblock %}</title>
{% block stylesheets %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment