aboutsummaryrefslogtreecommitdiff
path: root/files/tr/web/security
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:32 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:51:32 +0100
commitb7edf84c423a5f25ebb340fcdab552d5784e2109 (patch)
tree9b1143a3491a60131c9b14f950c21ff8a91026fb /files/tr/web/security
parent8f2731905212f6e7eb2d9793ad20b8b448c54ccf (diff)
downloadtranslated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.tar.gz
translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.tar.bz2
translated-content-b7edf84c423a5f25ebb340fcdab552d5784e2109.zip
unslug tr: modify
Diffstat (limited to 'files/tr/web/security')
-rw-r--r--files/tr/web/security/index.html3
-rw-r--r--files/tr/web/security/mixed_content/index.html3
-rw-r--r--files/tr/web/security/transport_layer_security/index.html3
-rw-r--r--files/tr/web/security/weak_signature_algorithm/index.html3
4 files changed, 8 insertions, 4 deletions
diff --git a/files/tr/web/security/index.html b/files/tr/web/security/index.html
index 1543d6a3db..6773c3e988 100644
--- a/files/tr/web/security/index.html
+++ b/files/tr/web/security/index.html
@@ -1,11 +1,12 @@
---
title: Web güvenliği
-slug: Web/Güvenlik
+slug: Web/Security
tags:
- Güvenlik
- Landing
- Web
translation_of: Web/Security
+original_slug: Web/Güvenlik
---
<div class="summary">
<p><span class="seoSummary">Websitenizin ya da uygulamanızın güvenliğini garantiye almak çok önemli. Küçük hatalar bile gizli verilerin sızmasına sebep olabilir ve dışarıdaki kötü niyetliler, verilerinizi çalmanın yollarını arıyorlar. Bu makaleler kodunuzu daha güvenli hale getirmeniz için size yardımcı olabilir.</span></p>
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>
diff --git a/files/tr/web/security/transport_layer_security/index.html b/files/tr/web/security/transport_layer_security/index.html
index 5ba269b7cc..ffbdb28d24 100644
--- a/files/tr/web/security/transport_layer_security/index.html
+++ b/files/tr/web/security/transport_layer_security/index.html
@@ -1,7 +1,8 @@
---
title: Transport Layer Security
-slug: Web/Güvenlik/Transport_Layer_Security
+slug: Web/Security/Transport_Layer_Security
translation_of: Web/Security/Transport_Layer_Security
+original_slug: Web/Güvenlik/Transport_Layer_Security
---
<p><span class="seoSummary"><font><font>Aktarım Katmanı Güvenliği (TLS) kullanan herhangi bir bağlantının güvenliği büyük ölçüde seçilen şifre paketlerine ve seçilen güvenlik parametrelerine bağlıdır. </font><font>Bu makalenin amacı, istemci ve sunucu arasındaki gizlilik ve bütünlük iletişimini sağlamak için bu kararları almanıza yardımcı olmaktır. </font></font></span><font><font>Mozilla Operasyon Güvenliği (OpSec) ekibi </font><font>, sunucular için referans yapılandırmaları olan </font></font><a href="https://wiki.mozilla.org/Security/Server_Side_TLS"><font><font>bir wiki girişi tutar</font></font></a><font><font> .</font></font></p>
diff --git a/files/tr/web/security/weak_signature_algorithm/index.html b/files/tr/web/security/weak_signature_algorithm/index.html
index c80645ff36..6271f8c05e 100644
--- a/files/tr/web/security/weak_signature_algorithm/index.html
+++ b/files/tr/web/security/weak_signature_algorithm/index.html
@@ -1,9 +1,10 @@
---
title: Zayıf İmza Algoritması
-slug: Security/Zatıf_İmza_Algoritması
+slug: Web/Security/Weak_Signature_Algorithm
tags:
- Kılavuz Güvenlik Algoritmalar
translation_of: Web/Security/Weak_Signature_Algorithm
+original_slug: Security/Zatıf_İmza_Algoritması
---
<h3 id="İmza_Algoritması_Neden_Önemli">İmza Algoritması Neden Önemli</h3>