Upgrade HTTP links to HTTPS in documentation
This commit is contained in:
parent
2579ce9f18
commit
66e55c6f69
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ A running MongoDB server and `Flask-MongoEngine`_ are required. ::
|
||||||
|
|
||||||
pip install flask-mongoengine
|
pip install flask-mongoengine
|
||||||
|
|
||||||
.. _MongoEngine: http://mongoengine.org
|
.. _MongoEngine: https://mongoengine.org
|
||||||
.. _Flask-MongoEngine: https://flask-mongoengine.readthedocs.io
|
.. _Flask-MongoEngine: https://flask-mongoengine.readthedocs.io
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,7 @@ application's users with social engineering to do stupid things without
|
||||||
them knowing.
|
them knowing.
|
||||||
|
|
||||||
Say you have a specific URL that, when you sent ``POST`` requests to will
|
Say you have a specific URL that, when you sent ``POST`` requests to will
|
||||||
delete a user's profile (say ``http://example.com/user/delete``). If an
|
delete a user's profile (say ``https://example.com/user/delete``). If an
|
||||||
attacker now creates a page that sends a post request to that page with
|
attacker now creates a page that sends a post request to that page with
|
||||||
some JavaScript they just have to trick some users to load that page and
|
some JavaScript they just have to trick some users to load that page and
|
||||||
their profiles will end up being deleted.
|
their profiles will end up being deleted.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue