aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOishi Takanori <takanori0014@live.jp>2022-02-20 13:56:31 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-02-20 15:57:33 +0900
commit3343d5d346b34d0799894a607f990a6766e987f5 (patch)
tree96839584ada841746d943dd37e55702fbeb3d5ee
parent744dc50b8df85b31ad1519700dadbff479c1eda3 (diff)
downloadtranslated-content-3343d5d346b34d0799894a607f990a6766e987f5.tar.gz
translated-content-3343d5d346b34d0799894a607f990a6766e987f5.tar.bz2
translated-content-3343d5d346b34d0799894a607f990a6766e987f5.zip
誤字を修正
-rw-r--r--files/ja/web/http/headers/content-security-policy/script-src/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/headers/content-security-policy/script-src/index.html b/files/ja/web/http/headers/content-security-policy/script-src/index.html
index e740dbef8d..98b34fee95 100644
--- a/files/ja/web/http/headers/content-security-policy/script-src/index.html
+++ b/files/ja/web/http/headers/content-security-policy/script-src/index.html
@@ -104,7 +104,7 @@ Content-Security-Policy: script-src &lt;source&gt; &lt;source&gt;;
<h3 id="Unsafe_eval_expressions" name="Unsafe_eval_expressions">安全ではない eval 式</h3>
-<p><code>'unsafe-eval'</code> ソース式は、文字列からコードを生成するいくつかのスクリプト実行メソッドを制御します。もし <code>'unsafe-eval'</code> が <code>script-src</code> ディレクティブで指定されていななかった場合、以下のメソッドはブロックされて何の効果も現れません。</p>
+<p><code>'unsafe-eval'</code> ソース式は、文字列からコードを生成するいくつかのスクリプト実行メソッドを制御します。もし <code>'unsafe-eval'</code> が <code>script-src</code> ディレクティブで指定されていなかった場合、以下のメソッドはブロックされて何の効果も現れません。</p>
<ul>
<li>{{jsxref("eval", "eval()")}}</li>