Skip to content

Commit b6d0e7a

Browse files
Add a Specific Restriction for "wasm-unsafe-eval" (#203)
1 parent 5867964 commit b6d0e7a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/05_Developing_Apps/content-security-policy-fe1a6db.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,23 @@ Hyphenation
603603

604604
When native hyphenation is not available, a third-party library \(Hyphenopoly\) is used. This library uses WASM, which leads to CSP issues due to browser limitations. There is a fallback to `asm.js`, if WASM can't be used.
605605

606+
</td>
607+
</tr>
608+
<tr>
609+
<td valign="top">
610+
611+
`sap.ndc.BarcodeScanner`
612+
613+
</td>
614+
<td valign="top">
615+
616+
BarcodeScanner
617+
618+
</td>
619+
<td valign="top">
620+
621+
`script-src` requires `wasm-unsafe-eval`
622+
606623
</td>
607624
</tr>
608625
<tr>

0 commit comments

Comments
 (0)