前提・実現したいこと
ここに質問の内容を詳しく書いてください。
Chromeの拡張機能を作っています。
音声のボリュームを調整する機能でエラーが発生しました。
このエラーの解決方法を教えていただきたいです。
発生している問題・エラーメッセージ
Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' blob: filesystem: chrome-extension-resource:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
該当のソースコード
HTML
1 <p><input type="number" id="volume" value="3" onclick="save()"/></p> 2
試したこと
manifest.jsonに下記の情報を追記しましたが、変わりませんでした。
"content_security_policy": "script-src 'self'",
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/03/07 03:31