瀏覽代碼

Tests: Fixed the "version collision" test. Closes ckeditor/ckeditor5#1588.

Kamil Piechaczek 6 年之前
父節點
當前提交
42c8c480f9
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-core/tests/manual/version-collision.html

+ 4 - 0
packages/ckeditor5-core/tests/manual/version-collision.html

@@ -1,3 +1,7 @@
+<head>
+	<!-- "script-src 'unsafe-inline'" is required if we want to execute the inline <script> -->
+	<meta http-equiv="Content-Security-Policy" content="default-src 'none'; connect-src 'self' https://cksource.com http://*.cke-cs.com; script-src 'self' 'unsafe-inline' https://cksource.com; img-src * data:; style-src 'self' 'unsafe-inline'; frame-src *">
+</head>
 <script>
 	window.CKEDITOR_VERSION = 'the.colliding.version';
 </script>