Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2021-04-02 14:26:21 +0300
committerWilliam Desportes <williamdes@wdes.fr>2021-04-02 14:26:21 +0300
commitabc68d323e7b5835665249673fe2d1ac99433d47 (patch)
treeb4480fcb473f74c692f65738eaec9a691f939bf4 /doc/glossary.rst
parentd870b3bd5c16ac8382daf69f89d089d7d895b1a6 (diff)
Improve documentation about CSP header and fix VersionCheck URL
The url was a mistake in a previous commit I did. Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'doc/glossary.rst')
-rw-r--r--doc/glossary.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/glossary.rst b/doc/glossary.rst
index 2bdace0f81..87eb074a27 100644
--- a/doc/glossary.rst
+++ b/doc/glossary.rst
@@ -431,3 +431,10 @@ From Wikipedia, the free encyclopedia
an open-source, cross-platform data compression library by `Jean-loup Gailly <https://en.wikipedia.org/wiki/Jean-Loup_Gailly>`_ and `Mark Adler <https://en.wikipedia.org/wiki/Mark_Adler>`_.
.. seealso:: <https://en.wikipedia.org/wiki/Zlib>
+
+ Content Security Policy
+ The HTTP `Content-Security-Policy` response header allows web site administrators
+ to control resources the user agent is allowed to load for a given page.
+
+ .. seealso:: <https://en.wikipedia.org/wiki/Content_Security_Policy>
+ .. seealso:: <https://developer.mozilla.org/en/docs/Web/HTTP/CSP>