Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Feb 8, 2023
1 parent fa0cae5 commit e5ee3b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/mjs/uri-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ export class URLSanitizer extends URISchemes {

/**
* sanitize URL
* NOTE: `blob`, `data` and `file` schemes must be explicitly allowed
* NOTE: `data` and `file` schemes must be explicitly allowed
* `blob` scheme is not allowed at the moment and returns `null`
* `javascript` and `vbscript` schemes can not be allowed
*
* @param {string} url - URL
Expand Down
2 changes: 1 addition & 1 deletion test/uri-util.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* uri-scheme.test.js
* uri-util.test.js
*/

/* api */
Expand Down

0 comments on commit e5ee3b2

Please sign in to comment.