diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:32 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:51:32 +0100 |
commit | b7edf84c423a5f25ebb340fcdab552d5784e2109 (patch) | |
tree | 9b1143a3491a60131c9b14f950c21ff8a91026fb /files/tr/web/security/mixed_content/index.html | |
parent | 8f2731905212f6e7eb2d9793ad20b8b448c54ccf (diff) | |
download | translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.tar.gz translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.tar.bz2 translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.zip |
unslug tr: modify
Diffstat (limited to 'files/tr/web/security/mixed_content/index.html')
-rw-r--r-- | files/tr/web/security/mixed_content/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/tr/web/security/mixed_content/index.html b/files/tr/web/security/mixed_content/index.html index 2576d1c4bf..7b8c6d0a3b 100644 --- a/files/tr/web/security/mixed_content/index.html +++ b/files/tr/web/security/mixed_content/index.html @@ -1,7 +1,8 @@ --- title: Mixed Content -slug: Security/MixedContent +slug: Web/Security/Mixed_content translation_of: Web/Security/Mixed_content +original_slug: Security/MixedContent --- <p>When a user visits a page served over HTTPS, their connection with the web server is encrypted with SSL and hence safeguarded from sniffers and man-in-the-middle attacks.</p> <p>If the HTTPS page includes content retrieved through regular, cleartext HTTP, then the connection is only partially encrypted: the unencrypted content is accessible to sniffers and can be modified by man-in-the-middle attackers, and therefore the connection is not safeguarded anymore. When a webpage exhibits this behavior, it is called a <em>mixed content</em> page.</p> |