Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.11.0](v3.10.6...v3.11.0) (2023-10-05) ### Bug Fixes * Add missing options to documentation config ([b903345](b903345)) * doc link ([d5648d1](d5648d1)) * fix broken documentation links ([fa6b69f](fa6b69f)) * fix link to translation demo page from i18n option page in docs ([a4de783](a4de783)) * Improve the definition of utils.trimObj() to not modify the source object ([b807646](b807646)) * isPotentiallyDangerousAttribute returns false if the Sanitizer backends have been disabled via config ([c75ccdb](c75ccdb)) * make dompurify the primary sanitizer backend if it is available. Sanitizer API is still experimental and not support by all browsers therefore it should only be used if DomPurify isn't included ([d0043d0](d0043d0)) ### Features * Implement XSS and DOM Clobbering protection ([a268a0a](a268a0a))
- Loading branch information