mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-08 17:22:26 +03:00
feat(201): add file:// replacement (#280)
* feat: add file:// * feat: add changeset
This commit is contained in:
@@ -54,7 +54,7 @@ function escapeAttrValue(value: string) {
|
||||
.replace(/"/g, '"')
|
||||
.replace(/'/g, ''')
|
||||
// eslint-disable-next-line no-script-url
|
||||
.replace(/(javascript|data|vbscript):/gi, '$1%3A');
|
||||
.replace(/(javascript|data|vbscript|file):/gi, '$1%3A');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user