mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
docs: improve JSDoc
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user