Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web/HTTP/CSP/Errors を更新 #24256

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions files/ja/web/http/csp/errors/index.md
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
---
title: CSP のエラーと警告 (Content Security Policy)
slug: Web/HTTP/CSP/Errors
l10n:
sourceCommit: 0880a90f3811475d78bc4b2c344eb4146f25f66c
---

{{HTTPSidebar}}

このページは CSP のエラーと警告に関する記事を参照する親となり、概要を示したり、可能であれば問題解決の一般的な助言をしたりします。

## エラー一覧

- [The page's settings blocked the loading of a resource: %1$S](/ja/docs/Web/HTTP/CSP/Errors/CSPViolation)
- [The page's settings blocked the loading of a resource at %2$S ("%1$S").](/ja/docs/Web/HTTP/CSP/Errors/CSPViolationWithURI)
- [A violation occurred for a report-only CSP policy ("%1$S"). The behavior was allowed, and a CSP report was sent.](/ja/docs/Web/HTTP/CSP/Errors/CSPROViolation)
- [The page's settings observed the loading of a resource at %2$S ("%1$S"). A CSP report is being sent.](/ja/docs/Web/HTTP/CSP/Errors/CSPROViolationWithURI)
- [Tried to send report to invalid URI: "%1$S"](/ja/docs/Web/HTTP/CSP/Errors/triedToSendReport)
- [couldn't parse report URI: %1$S](/ja/docs/Web/HTTP/CSP/Errors/couldNotParseReportURI)
- [Couldn't process unknown directive '%1$S'](/ja/docs/Web/HTTP/CSP/Errors/couldNotProcessUnknownDirective)
- [Ignoring unknown option %1$S](/ja/docs/Web/HTTP/CSP/Errors/ignoringUnknownOption)
- [Ignoring duplicate source %1$S](/ja/docs/Web/HTTP/CSP/Errors/ignoringDuplicateSrc)
- [Ignoring source '%1$S' (Not supported when delivered via meta element).](/ja/docs/Web/HTTP/CSP/Errors/ignoringSrcFromMetaCSP)
- [Ignoring "%1$S" within script-src or style-src: nonce-source or hash-source specified](/ja/docs/Web/HTTP/CSP/Errors/ignoringSrcWithinScriptStyleSrc)
- [Ignoring "%1$S" within script-src: 'strict-dynamic' specified](/ja/docs/Web/HTTP/CSP/Errors/ignoringSrcForStrictDynamic)
- [Ignoring source "%1$S" (Only supported within script-src).](/ja/docs/Web/HTTP/CSP/Errors/ignoringStrictDynamic)
- [Keyword 'strict-dynamic' within "%1$S" with no valid nonce or hash might block all scripts from loading](/ja/docs/Web/HTTP/CSP/Errors/strictDynamicButNoHashOrNonce)
- [The report URI (%1$S) should be an HTTP or HTTPS URI.](/ja/docs/Web/HTTP/CSP/Errors/reportURInotHttpsOrHttp2)
- [This site (%1$S) has a Report-Only policy without a report URI. CSP will not block and cannot report violations of this policy.](/ja/docs/Web/HTTP/CSP/Errors/reportURInotInReportOnlyHeader)
- [Failed to parse unrecognized source %1$S](/ja/docs/Web/HTTP/CSP/Errors/failedToParseUnrecognizedSource)
- [An attempt to execute inline scripts has been blocked](/ja/docs/Web/HTTP/CSP/Errors/inlineScriptBlocked)
- [An attempt to apply inline style sheets has been blocked](/ja/docs/Web/HTTP/CSP/Errors/inlineStyleBlocked)
- [An attempt to call JavaScript from a string (by calling a function like eval) has been blocked](/ja/docs/Web/HTTP/CSP/Errors/scriptFromStringBlocked)
- [Upgrading insecure request '%1$S' to use '%2$S'](/ja/docs/Web/HTTP/CSP/Errors/upgradeInsecureRequest)
- [Ignoring srcs for directive '%1$S'](/ja/docs/Web/HTTP/CSP/Errors/ignoreSrcForDirective)
- [Interpreting %1$S as a hostname, not a keyword. If you intended this to be a keyword, use '%2$S' (wrapped in single quotes).](/ja/docs/Web/HTTP/CSP/Errors/hostNameMightBeKeyword)
- [Not supporting directive '%1$S'. Directive and values will be ignored.](/ja/docs/Web/HTTP/CSP/Errors/notSupportingDirective)
- [Blocking insecure request '%1$S'.](/ja/docs/Web/HTTP/CSP/Errors/blockAllMixedContent)
- [Ignoring '%1$S' since it does not contain any parameters.](/ja/docs/Web/HTTP/CSP/Errors/ignoringDirectiveWithNoValues)
- [Ignoring sandbox directive when delivered in a report-only policy '%1$S'](/ja/docs/Web/HTTP/CSP/Errors/ignoringReportOnlyDirective)
- [Referrer Directive '%1$S' has been deprecated. Please use the Referrer-Policy header instead.](/ja/docs/Web/HTTP/CSP/Errors/deprecatedReferrerDirective)
- [Ignoring '%1$S' because of '%2$S' directive.](/ja/docs/Web/HTTP/CSP/Errors/IgnoringSrcBecauseOfDirective)
- [Couldn't parse invalid source %1$S](/ja/docs/Web/HTTP/CSP/Errors/couldntParseInvalidSource)
- [Couldn't parse invalid host %1$S](/ja/docs/Web/HTTP/CSP/Errors/couldntParseInvalidHost)
- [Couldn't parse scheme in %1$S](/ja/docs/Web/HTTP/CSP/Errors/couldntParseScheme)
- [Couldn't parse port in %1$S](/ja/docs/Web/HTTP/CSP/Errors/couldntParsePort)
- [Duplicate %1$S directives detected. All but the first instance will be ignored.](/ja/docs/Web/HTTP/CSP/Errors/duplicateDirective)
- [Directive '%1$S' has been deprecated. Please use directive 'worker-src' to control workers, or directive 'frame-src' to control frames respectively.](/ja/docs/Web/HTTP/CSP/Errors/deprecatedChildSrcDirective)
- [Couldn't parse invalid sandbox flag '%1$S'](/ja/docs/Web/HTTP/CSP/Errors/couldntParseInvalidSandboxFlag)
- The page's settings blocked the loading of a resource at %2$S ("%1$S").
- A violation occurred for a report-only CSP policy ("%1$S"). The behavior was allowed, and a CSP report was sent.
- The page's settings observed the loading of a resource at %2$S ("%1$S"). A CSP report is being sent.
- Tried to send report to invalid URI: "%1$S"
- Couldn't parse report URI: %1$S
- Couldn't process unknown directive '%1$S'
- Ignoring unknown option %1$S
- Ignoring duplicate source %1$S
- Ignoring source '%1$S' (Not supported when delivered via meta element).
- Ignoring "%1$S" within script-src or style-src: nonce-source or hash-source specified
- Ignoring "%1$S" within script-src: 'strict-dynamic' specified
- Ignoring source "%1$S" (Only supported within script-src).
- Keyword 'strict-dynamic' within "%1$S" with no valid nonce or hash might block all scripts from loading
- The report URI (%1$S) should be an HTTP or HTTPS URI.
- This site (%1$S) has a Report-Only policy without a report URI. CSP will not block and cannot report violations of this policy.
- Failed to parse unrecognized source %1$S
- An attempt to execute inline scripts has been blocked
- An attempt to apply inline style sheets has been blocked
- An attempt to call JavaScript from a string (by calling a function like eval) has been blocked
- Upgrading insecure request '%1$S' to use '%2$S'
- Ignoring srcs for directive '%1$S'
- Interpreting %1$S as a hostname, not a keyword. If you intended this to be a keyword, use '%2$S' (wrapped in single quotes).
- Not supporting directive '%1$S'. Directive and values will be ignored.
- Blocking insecure request '%1$S'.(/en-US/docs/Web/HTTP/CSP/Errors/blockAllMixedContent)
- Ignoring '%1$S' since it does not contain any parameters.
- Ignoring sandbox directive when delivered in a report-only policy '%1$S'
- Referrer Directive '%1$S' has been deprecated. Please use the Referrer-Policy header instead.
- Ignoring '%1$S' because of '%2$S' directive.
- Couldn't parse invalid source %1$S
- Couldn't parse invalid host %1$S
- Couldn't parse scheme in %1$S
- Couldn't parse port in %1$S
- Duplicate %1$S directives detected. All but the first instance will be ignored.
- Directive '%1$S' has been deprecated. Please use directive 'worker-src' to control workers, or directive 'frame-src' to control frames respectively.
- Couldn't parse invalid sandbox flag '%1$S'