Skip to content

Commit 325f629

Browse files
committed
EN,CZ : innerJS : Execute embedded JavaScript and DOMPurify functions and its ties to Inline JavaScript execution mentioned
1 parent 565b8b5 commit 325f629

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

cs/innerJS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Obsah kapitoly se načte, zobrazí se a s krátkým odstupem se provedou potřeb
88
- Buďte, prosím, slušní a využívejte tuto funkci aplikace uvážlivě s ohledem na uživatelský komfort a dodržení pravidel přístupnosti u své nápovědy. HelpViewer zde žádným způsobem nezasahuje do logiky skriptu, pouze ji předá k dalšímu zpracování na straně klienta.
99
**Za obsah a dopady skriptů vložených v rámci nápovědy nese odpovědnost autor nápovědy.**
1010

11+
> [!WARNING] Administrátor systému má možnost volitelně nainstalovat aplikaci s:
12+
13+
- vypnutím funkce 🧾 Vykonávat vložený JavaScript
14+
- aktivní funkcí 📦🛡️ DOMPurify.
15+
16+
V takovémto případě by tato část aplikace byla nefunkční.
17+
Důvodem pro existenci těchto funkcí v systému je ochrana proti XSS útoku.
18+
1119
```markdown
1220
1. Stáhněte si balíček <span id="linkhereI"></span> a rozbalte jej.
1321

en/innerJS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Chapter text is loaded and sfter that with short time delay there will be execut
88
- Please be courteous and use this feature of the app judiciously with respect to user experience and adherence to accessibility rules for your help. HelpViewer does not interfere with the script logic here in any way, it just passes it on to the client side for further processing.
99
**The author of the help is responsible for the content and effects of the scripts embedded within the help.**
1010

11+
> [!WARNING] The system administrator has the possibility to install the application with:
12+
13+
- the 🧾 Execute embedded JavaScript function disabled
14+
- the 📦🛡️ DOMPurify function enabled.
15+
16+
In this case, this part of the application would be non-functional.
17+
The reason for the existence of these functions in the system is protection against XSS attacks.
18+
1119
```markdown
1220
1. Download <span id="linkhereI"></span> and unzip it.
1321

0 commit comments

Comments
 (0)