From 3e7ce0c3059f0788a14f71ba941cbe6a6aa63059 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 27 Oct 2024 17:34:54 +0900 Subject: [PATCH] =?UTF-8?q?2023/04/11=20=E6=99=82=E7=82=B9=E3=81=AE?= =?UTF-8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AB=E5=9F=BA=E3=81=A5=E3=81=8D?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/http/csp/errors/index.md | 74 +++++++++++++-------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/files/ja/web/http/csp/errors/index.md b/files/ja/web/http/csp/errors/index.md index 6e84cf253ab0ec..a41f142e8ba4b4 100644 --- a/files/ja/web/http/csp/errors/index.md +++ b/files/ja/web/http/csp/errors/index.md @@ -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'