Skip to content

Commit

Permalink
(Closed #149) Updated Event handler and Gf-Patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Nov 13, 2020
1 parent fc921e1 commit 30c0821
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/scanning/entity.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func GetGfXSS() []string {
"view",
"email",
"type",
"cat",
"name",
"p",
"callback",
Expand Down Expand Up @@ -96,6 +97,7 @@ func GetEventHandlers() []string {
"oncontrolselect",
"oncopy",
"oncut",
"oncuechange",
"ondataavailable",
"ondatasetchanged",
"ondatasetcomplete",
Expand Down Expand Up @@ -195,6 +197,7 @@ func GetEventHandlers() []string {
"ontouchmove",
"ontouchstart",
"ontrackchange",
"ontransitionstart",
"ontransitioncancel",
"ontransitionend",
"ontransitionrun",
Expand All @@ -204,9 +207,11 @@ func GetEventHandlers() []string {
"onurlflip",
"onvolumechange",
"onwaiting",
"onwebkitanimationiteration",
"onwheel",
"whatthe=\"'onload",
"onpointerrawupdate",
"onpagehide",
}
return handlers
}
Expand Down

0 comments on commit 30c0821

Please sign in to comment.