docs: improve JSDoc

This commit is contained in:
rugk
2026-02-23 16:00:31 +00:00
parent 5fd974e247
commit 1cc811644f
2 changed files with 3 additions and 3 deletions

View File

@@ -64,8 +64,8 @@ jQuery.PrivateBin = (function($) {
/**
* DOMpurify settings for HTML content, where only a strict subset is allowed.
*
* NOTE: The key `USE_PROFILES` from {@see purifyHtmlConfig} needs to be excluded,
* as otherwise `USE_PROFILES` takes precedence.
* NOTE: The key {@link purifyHtmlConfig.USE_PROFILES} **must not** be included,
* as otherwise `USE_PROFILES` takes precedence over {@link purifyHtmlConfigStrictSubset.ALLOWED_TAGS}.
*
* @private
*/