Skip to content

Commit 945df1d

Browse files
Steven Silvesterafshin
andcommitted
Merge pull request from GHSA-4952-p58q-6crx
Remove `form` tags' `action` attribute during sanitizing. Co-authored-by: Afshin Taylor Darian <[email protected]>
1 parent 376fb05 commit 945df1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/apputils/src/sanitizer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ class Sanitizer implements ISanitizer {
652652
font: ['color', 'face', 'size'],
653653
form: [
654654
'accept',
655-
'action',
656655
'autocomplete',
657656
'enctype',
658657
'method',

0 commit comments

Comments
 (0)