Browse Source

Replace Content-Security-Policy cksource.com address with ckeditor.com.

Robert Mikołajuk 6 years ago
parent
commit
c30994a801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-ckfinder/tests/manual/ckfinder.html

+ 1 - 1
packages/ckeditor5-ckfinder/tests/manual/ckfinder.html

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