|
|
@@ -1,12 +1,12 @@
|
|
|
+<head>
|
|
|
+ <meta http-equiv="Content-Security-Policy" content="script-src 'self' https://ckeditor.com 'unsafe-inline' 'unsafe-eval'">
|
|
|
+</head>
|
|
|
+
|
|
|
<p>
|
|
|
<button id="destroyEditor">Destroy editor</button>
|
|
|
<button id="initEditor">Init editor</button>
|
|
|
</p>
|
|
|
|
|
|
-<head>
|
|
|
- <meta http-equiv="Content-Security-Policy" content="script-src 'self' https://ckeditor.com 'unsafe-inline' 'unsafe-eval'">
|
|
|
-</head>
|
|
|
-
|
|
|
<div style="margin-bottom: 10px;">
|
|
|
<button type="button" id="clear-content">Clear editor</button>
|
|
|
<button type="button" id="print-data-action">Open print preview</button>
|