Procházet zdrojové kódy

Merge pull request #36 from ckeditor/t/ckeditor5/335

Tests: Aligned tests to work with the CSP directives (see [ckeditor/ckeditor5#335](https://github.com/ckeditor/ckeditor5/issues/335)).
Piotrek Koszuliński před 7 roky
rodič
revize
cbf1ba0a7e

+ 4 - 0
packages/ckeditor5-ckfinder/tests/manual/ckfinder.html

@@ -1,3 +1,7 @@
+<head>
+	<meta http-equiv="Content-Security-Policy" content="script-src 'self' https://cksource.com 'unsafe-inline' 'unsafe-eval'">
+</head>
+
 <script src="https://cksource.com/weuy2g4ryt278ywiue/ckfinder.js"></script>
 
 <style>