gophish/controllers
Mark Cabanero 78e9a51168
Add Trusted Origins to CSRF Handler (#2301)
Enables the user to add addresses that they expect incoming connections
to come from. Helpful in cases where TLS termination is handled by a
load balancer upstream, rather than the application itself.
2022-09-06 16:20:19 +02:00
..
api Fixed Account Locked bug, allowing user accounts to be locked 2022-06-11 11:25:56 +01:00
controllers_test.go Added functionality to lock accounts (+bug fix) (#2060) 2020-12-07 08:56:05 -06:00
doc.go Major refactoring - created auth, config, models, controllers, and middleware packages. Should help provide modularity and a clean architecture. 2014-01-09 00:42:05 -06:00
phish.go Adjusting how we handle IP address parsing to more gracefully handle X-Forwarded-For headers. Ref #1999 2020-10-14 20:35:32 -05:00
phish_test.go Refactoring tests to remove stretchr/testify dependency 2020-02-01 21:44:50 -06:00
route.go Add Trusted Origins to CSRF Handler (#2301) 2022-09-06 16:20:19 +02:00
route_test.go Added functionality to lock accounts (+bug fix) (#2060) 2020-12-07 08:56:05 -06:00