1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 08:34:08 +02:00

Update devDependencies (#41450)

This commit is contained in:
Julien Déramond
2025-05-07 17:24:20 +02:00
committed by GitHub
parent 06f4e79cc7
commit 0f19b06745
4 changed files with 23 additions and 23 deletions

View File

@@ -63,7 +63,6 @@ const uriAttributes = new Set([
*
* Shout-out to Angular https://github.com/angular/angular/blob/15.2.8/packages/core/src/sanitization/url_sanitizer.ts#L38
*/
// eslint-disable-next-line unicorn/better-regex
const SAFE_URL_PATTERN = /^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:/?#]*(?:[/?#]|$))/i
const allowedAttribute = (attribute, allowedAttributeList) => {