improve qhelp

Co-authored-by: Esben Sparre Andreasen <esbena@github.com>
This commit is contained in:
Erik Krogh Kristensen
2021-11-08 12:02:39 +01:00
committed by GitHub
parent 4ba5ae09b0
commit 3d6a5263e0

View File

@@ -6,7 +6,7 @@ Sensitive information such as user passwords should not be transmitted within th
Sensitive information within URLs may be logged in various locations, including the user's browser, the web server,
and any forward or reverse proxy servers between the two endpoints. URLs may also be displayed on-screen, bookmarked
or emailed around by users. They may be disclosed to third parties via the Referer header when any off-site links are
followed. Placing passwords into the URL therefore increases the risk that they will be captured by an attacker.
followed. Placing sensitive information into the URL therefore increases the risk that it will be captured by an attacker.
</p>
</overview>