summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-06-28 10:49:07 +0200
committerClaude Paroz <claude@2xlibre.net>2012-06-28 10:49:07 +0200
commit8a5d1a6b93e05546c5fdbfc497d7fb3a3377cf85 (patch)
treed094671fc2ab8ccc543e4fb90fa7ddd175217689 /docs/ref/settings.txt
parentc8928b91b515c0712bdb633c1d1b2656b80baff8 (diff)
Updated obsolete links in the documentation
Diffstat (limited to 'docs/ref/settings.txt')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 627aa5007f..72d60453c3 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -1675,7 +1675,7 @@ consistently by all browsers. However, when it is honored, it can be a
useful way to mitigate the risk of client side script accessing the
protected cookie data.
-.. _HTTPOnly: http://www.owasp.org/index.php/HTTPOnly
+.. _HTTPOnly: https://www.owasp.org/index.php/HTTPOnly
.. versionchanged:: 1.4
The default value of the setting was changed from ``False`` to ``True``.