Skip to content
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
17 changes: 17 additions & 0 deletions docs/05_Developing_Apps/content-security-policy-fe1a6db.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,23 @@ Hyphenation

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.

</td>
</tr>
<tr>
<td valign="top">

`sap.ndc.BarcodeScanner`

</td>
<td valign="top">

BarcodeScanner

</td>
<td valign="top">

`script-src` requires `wasm-unsafe-eval`

</td>
</tr>
<tr>
Expand Down
Loading