summaryrefslogtreecommitdiff
path: root/app/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/index.html')
-rw-r--r--app/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/index.html b/app/index.html
index 8b7ddc9..df22432 100644
--- a/app/index.html
+++ b/app/index.html
@@ -2,8 +2,8 @@
<html>
<head>
<meta charset="UTF-8">
- <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'">
- <title>Hello World!</title>
+ <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; img-src data:">
+ <title>Mail Migrator</title>
<link rel="stylesheet" href="./build/index.css">
</head>
<body>