|
4 | 4 |
|
5 | 5 | # CSP Warnings: |
6 | 6 |
|
7 | | -# LOCALIZATION NOTE (CSPViolationWithURI): |
8 | | -# %1$S is the directive that has been violated. |
| 7 | +# LOCALIZATION NOTE (CSPInlineStyleViolation): |
| 8 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 9 | +# %2$S is the type of directive used by the resource (e.g. style-src-elem) |
| 10 | +CSPInlineStyleViolation = The page’s settings blocked an inline style (%2$S) from being applied because it violates the following directive: “%1$S” |
| 11 | +# LOCALIZATION NOTE (CSPROInlineStyleViolation): |
| 12 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 13 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 14 | +# %2$S is the type of directive used by the resource (e.g. style-src-elem) |
| 15 | +CSPROInlineStyleViolation = (Report-Only policy) The page’s settings would block an inline style (%2$S) from being applied because it violates the following directive: “%1$S” |
| 16 | +# LOCALIZATION NOTE (CSPInlineScriptViolation): |
| 17 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 18 | +# %2$S is the type of directive used by the resource (e.g. script-src-elem) |
| 19 | +CSPInlineScriptViolation = The page’s settings blocked an inline script (%2$S) from being executed because it violates the following directive: “%1$S” |
| 20 | +# LOCALIZATION NOTE (CSPROInlineScriptViolation): |
| 21 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 22 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 23 | +# %2$S is the type of directive used by the resource (e.g. script-src-elem) |
| 24 | +CSPROInlineScriptViolation = (Report-Only policy) The page’s settings would block an inline script (%2$S) from being executed because it violates the following directive: “%1$S” |
| 25 | +# LOCALIZATION NOTE (CSPEventHandlerScriptViolation): |
| 26 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 27 | +# %2$S is the type of directive used by the resource (e.g. script-src-attr) |
| 28 | +CSPEventHandlerScriptViolation = The page’s settings blocked an event handler (%2$S) from being executed because it violates the following directive: “%1$S” |
| 29 | +# LOCALIZATION NOTE (CSPROEventHandlerScriptViolation): |
| 30 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 31 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 32 | +# %2$S is the type of directive used by the resource (e.g. script-src-attr) |
| 33 | +CSPROEventHandlerScriptViolation = (Report-Only policy) The page’s settings would block an event handler (%2$S) from being executed because it violates the following directive: “%1$S” |
| 34 | +# LOCALIZATION NOTE (CSPEvalScriptViolation): |
| 35 | +# Don't translate/change "'unsafe-eval'", including the single quote. |
| 36 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 37 | +# %2$S is the type of directive used by the resource (e.g. script-src) |
| 38 | +CSPEvalScriptViolation = The page’s settings blocked a JavaScript eval (%2$S) from being executed because it violates the following directive: “%1$S” (Missing 'unsafe-eval') |
| 39 | +# LOCALIZATION NOTE (CSPROEvalScriptViolation): |
| 40 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 41 | +# Don't translate/change "'unsafe-eval'", including the single quote. |
| 42 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 43 | +# %2$S is the type of directive used by the resource (e.g. script-src) |
| 44 | +CSPROEvalScriptViolation = (Report-Only policy) The page’s settings would block a JavaScript eval (%2$S) from being executed because it violates the following directive: “%1$S” (Missing 'unsafe-eval') |
| 45 | +# LOCALIZATION NOTE (CSPWasmEvalScriptViolation): |
| 46 | +# WebAssembly is a feature name. |
| 47 | +# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote. |
| 48 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 49 | +# %2$S is the type of directive used by the resource (e.g. script-src) |
| 50 | +CSPWasmEvalScriptViolation = The page’s settings blocked WebAssembly (%2$S) from being executed because it violates the following directive: “%1$S” (Missing 'wasm-unsafe-eval' or 'unsafe-eval') |
| 51 | +# LOCALIZATION NOTE (CSPROWasmEvalScriptViolation): |
| 52 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 53 | +# WebAssembly is a feature name. |
| 54 | +# Don't translate/change "'wasm-unsafe-eval'" or "'unsafe-eval'", including the single quote. |
| 55 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 56 | +# %2$S is the type of directive used by the resource (e.g. script-src) |
| 57 | +CSPROWasmEvalScriptViolation = (Report-Only policy) The page’s settings would block WebAssembly (%2$S) from being executed because it violates the following directive: “%1$S” (Missing 'wasm-unsafe-eval' or 'unsafe-eval') |
| 58 | +# LOCALIZATION NOTE (CSPStyleViolation): |
| 59 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
9 | 60 | # %2$S is the URI of the resource which violated the directive. |
10 | | -CSPViolationWithURI = The page’s settings blocked the loading of a resource at %2$S (“%1$S”). |
11 | | -# LOCALIZATION NOTE (CSPROViolationWithURI): |
12 | | -# %1$S is the directive that has been violated. |
| 61 | +# %3$S is the type of directive used by the resource (e.g. style-src) |
| 62 | +CSPStyleViolation = The page’s settings blocked a style (%3$S) at %2$S from being applied because it violates the following directive: “%1$S” |
| 63 | +# LOCALIZATION NOTE (CSPROStyleViolation): |
| 64 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 65 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
13 | 66 | # %2$S is the URI of the resource which violated the directive. |
14 | | -CSPROViolationWithURI = The page’s settings observed the loading of a resource at %2$S (“%1$S”). A CSP report is being sent. |
| 67 | +# %3$S is the type of directive used by the resource (e.g. style-src) |
| 68 | +CSPROStyleViolation = (Report-Only policy) The page’s settings would block a style (%3$S) at %2$S from being applied because it violates the following directive: “%1$S” |
| 69 | +# LOCALIZATION NOTE (CSPScriptViolation): |
| 70 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 71 | +# %2$S is the URI of the resource which violated the directive. |
| 72 | +# %3$S is the type of directive used by the resource (e.g. script-src-elem) |
| 73 | +CSPScriptViolation = The page’s settings blocked a script (%3$S) at %2$S from being executed because it violates the following directive: “%1$S” |
| 74 | +# LOCALIZATION NOTE (CSPROScriptViolation): |
| 75 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 76 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 77 | +# %2$S is the URI of the resource which violated the directive. |
| 78 | +# %3$S is the type of directive used by the resource (e.g. script-src-elem) |
| 79 | +CSPROScriptViolation = (Report-Only policy) The page’s settings would block a script (%3$S) at %2$S from being executed because it violates the following directive: “%1$S” |
| 80 | +# LOCALIZATION NOTE (CSPWorkerViolation): |
| 81 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 82 | +# %2$S is the URI of the resource which violated the directive. |
| 83 | +# %3$S is the type of directive used by the resource (e.g. worker-src) |
| 84 | +CSPWorkerViolation = The page’s settings blocked a worker script (%3$S) at %2$S from being executed because it violates the following directive: “%1$S” |
| 85 | +# LOCALIZATION NOTE (CSPROWorkerViolation): |
| 86 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 87 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 88 | +# %2$S is the URI of the resource which violated the directive. |
| 89 | +# %3$S is the type of directive used by the resource (e.g. worker-src) |
| 90 | +CSPROWorkerViolation = (Report-Only policy) The page’s settings would block a worker script (%3$S) at %2$S from being executed because it violates the following directive: “%1$S” |
| 91 | +# LOCALIZATION NOTE (CSPGenericViolation): |
| 92 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 93 | +# %2$S is the URI of the resource which violated the directive. |
| 94 | +# %3$S is the type of directive used by the resource (e.g. image-src) |
| 95 | +CSPGenericViolation = The page’s settings blocked the loading of a resource (%3$S) at %2$S because it violates the following directive: “%1$S” |
| 96 | +# LOCALIZATION NOTE (CSPROGenericViolation): |
| 97 | +# Don't translate "Report-Only" as it's part of the name Content-Security-Policy-Report-Only. |
| 98 | +# %1$S is the entire directive that has been violated. (e.g. "default-src 'none'") |
| 99 | +# %2$S is the URI of the resource which violated the directive. |
| 100 | +# %3$S is the type of directive used by the resource (e.g. image-src) |
| 101 | +CSPROGenericViolation = (Report-Only policy) The page’s settings would block the loading of a resource (%3$S) at %2$S because it violates the following directive: “%1$S” |
| 102 | + |
15 | 103 | # LOCALIZATION NOTE (triedToSendReport): |
16 | 104 | # %1$S is the URI we attempted to send a report to. |
17 | 105 | triedToSendReport = Tried to send report to invalid URI: “%1$S” |
|
0 commit comments