Skip to content

Commit bb10b34

Browse files
My commit msg
1 parent 8510d93 commit bb10b34

File tree

1 file changed

+1
-1
lines changed
  • src/frontend/apps/impress/src/utils

1 file changed

+1
-1
lines changed

src/frontend/apps/impress/src/utils/url.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function isSafeUrl(url: string): boolean {
2727
return false;
2828
}
2929

30-
// Check for XSS injection attempts.
30+
// Check for XSS injection attempts
3131
const xssPatterns = [
3232
'<script',
3333
'javascript:',

0 commit comments

Comments
 (0)