Skip to content

Commit

Permalink
FIX: typo CSRF (#315)
Browse files Browse the repository at this point in the history
typo correction
  • Loading branch information
sattamjh authored May 26, 2022
1 parent 79bb372 commit 41a2afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_cors/decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def cross_origin(*args, **kwargs):
In the simplest case, simply use the default parameters to allow all
origins in what is the most permissive configuration. If this method
modifies state or performs authentication which may be brute-forced, you
should add some degree of protection, such as Cross Site Forgery
Request protection.
should add some degree of protection, such as Cross Site Request Forgery
protection.
:param origins:
The origin, or list of origins to allow requests from.
Expand Down

0 comments on commit 41a2afd

Please sign in to comment.