aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-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 <source> <source>;
<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>