Skip to content

Commit

Permalink
add one more link to PortSwigger's blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
jub0bs committed Feb 28, 2024
1 parent d148e19 commit bc779c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcors.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func AllowAccessWithCredentials(one Option, others ...Option) (Middleware, error
//
// Origins whose scheme is http and whose host is neither localhost
// nor a [loopback IP address] are deemed insecure;
// as such, they are by default prohibited.
// as such, for [security reasons], they are by default prohibited.
// If you need to deliberately allow insecure origins (danger!),
// you must also activate option
// [github.com/jub0bs/fcors/risky.TolerateInsecureOrigins].
Expand Down

0 comments on commit bc779c2

Please sign in to comment.