mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 17:02:17 -05:00
Add CSP fallback to sandbox.html for non-chrome app runtimes
This commit is contained in:
parent
021510d936
commit
4e897d01ff
@ -2,9 +2,11 @@
|
||||
<html style="overflow: auto">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="sandbox.js"></script>
|
||||
<!-- CSP for sandbox is set in chrome manifest. This is a fallback in non chrome app runtimes. -->
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; object-src 'none'; style-src 'self' 'unsafe-inline'; img-src *">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="sandbox.js"></script>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
|
Loading…
Reference in New Issue
Block a user