Browse Source

Setup CSP for WebODF sandbox.

pull/197/head
Joachim Bauch 10 years ago
parent
commit
5ae175cc88
  1. 1
      static/partials/odfcanvas_sandbox.html

1
static/partials/odfcanvas_sandbox.html

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
<html>
<head>
<title>WebODF Sandbox</title>
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src __PARENT_ORIGIN__; img-src data:; style-src 'unsafe-inline'">
<style type="text/css">
html, body {
height:100%;

Loading…
Cancel
Save