|
|
@@ -3,7 +3,7 @@
|
|
|
Required to fetch runtime data from https://svc.webspellchecker.net.
|
|
|
Also both unsafe inline and eval are required for it to work (https://github.com/WebSpellChecker/wproofreader/issues/19).
|
|
|
-->
|
|
|
- <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval' https://cksource.com https://svc.webspellchecker.net;">
|
|
|
+ <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cksource.com https://svc.webspellchecker.net;">
|
|
|
</head>
|
|
|
|
|
|
<script type="text/javascript" src="https://svc.webspellchecker.net/spellcheck31/wscbundle/wscbundle.js"></script>
|