We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8510d93 commit bb10b34Copy full SHA for bb10b34
src/frontend/apps/impress/src/utils/url.ts
@@ -27,7 +27,7 @@ export function isSafeUrl(url: string): boolean {
27
return false;
28
}
29
30
- // Check for XSS injection attempts.
+ // Check for XSS injection attempts
31
const xssPatterns = [
32
'<script',
33
'javascript:',
0 commit comments