diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:25 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:25 +0100 |
commit | 8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 (patch) | |
tree | e1913952f832b4143627130e94a6eb117da5de79 /files/pt-pt/web/security/mixed_content | |
parent | 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (diff) | |
download | translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.gz translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.tar.bz2 translated-content-8519a85da1acd5b7863268b6cf6f9e4fd14bcf31.zip |
unslug pt-pt: modify
Diffstat (limited to 'files/pt-pt/web/security/mixed_content')
-rw-r--r-- | files/pt-pt/web/security/mixed_content/how_to_fix_website_with_mixed_content/index.html | 5 | ||||
-rw-r--r-- | files/pt-pt/web/security/mixed_content/index.html | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/files/pt-pt/web/security/mixed_content/how_to_fix_website_with_mixed_content/index.html b/files/pt-pt/web/security/mixed_content/how_to_fix_website_with_mixed_content/index.html index c10ae3f15d..e5694cc79a 100644 --- a/files/pt-pt/web/security/mixed_content/how_to_fix_website_with_mixed_content/index.html +++ b/files/pt-pt/web/security/mixed_content/how_to_fix_website_with_mixed_content/index.html @@ -1,11 +1,12 @@ --- title: Como corrigir um site da Web com conteúdo misto bloqueado -slug: >- - Web/Security/Mixed_content/Como_corrigir_um_site_da_Web_com_conteudo_misto_bloqueado +slug: Web/Security/Mixed_content/How_to_fix_website_with_mixed_content tags: - HTTPS - Segurança translation_of: Web/Security/Mixed_content/How_to_fix_website_with_mixed_content +original_slug: >- + Web/Security/Mixed_content/Como_corrigir_um_site_da_Web_com_conteudo_misto_bloqueado --- <p>A partir do <a href="/en-US/docs/Mozilla/Firefox/Releases/23" title="/en-US/docs/Mozilla/Firefox/Releases/23">Firefox 23</a>, o Firefox bloqueia o <a href="/en-US/docs/Security/MixedContent#Mixed_active_content" title="/en-US/docs/Security/MixedContent#Mixed_active_content">conteúdo misto ativo </a>por predefinição. Isto segue uma prática adotada pelo Internet Explorer (A partir da <a href="http://blogs.msdn.com/b/ie/archive/2011/06/23/internet-explorer-9-security-part-4-protecting-consumers-from-malicious-mixed-content.aspx" title="http://blogs.msdn.com/b/ie/archive/2011/06/23/internet-explorer-9-security-part-4-protecting-consumers-from-malicious-mixed-content.aspx">versão 9</a>) e <a href="http://googleonlinesecurity.blogspot.com/2011/06/trying-to-end-mixed-scripting.html" title="http://googleonlinesecurity.blogspot.com/2011/06/trying-to-end-mixed-scripting.html">Chrome</a>.</p> diff --git a/files/pt-pt/web/security/mixed_content/index.html b/files/pt-pt/web/security/mixed_content/index.html index 0f54944fef..07b4bcd3f9 100644 --- a/files/pt-pt/web/security/mixed_content/index.html +++ b/files/pt-pt/web/security/mixed_content/index.html @@ -1,6 +1,6 @@ --- title: Conteúdo misto -slug: Web/Security/Conteudo_misto +slug: Web/Security/Mixed_content tags: - Consola - HTTP @@ -8,6 +8,7 @@ tags: - Segurança - Web translation_of: Web/Security/Mixed_content +original_slug: Web/Security/Conteudo_misto --- <p>Quando um utilizador visita uma página servida sobre {{Glossary("HTTPS")}}, a sua ligação com o servidor da <em>Web </em>é encriptada com {{Glossary("TLS")}} e é, portanto, salvaguardada da maioria dos <em>sniffers</em> e ataques <em>man-in-the-middle</em>. Uma página HTTPS que inclui conteúdo obtido utilizando texto simples HTTP é chamada de de página de <strong>conteúdo misto</strong>. As páginas como esta são apenas parcialmente encriptadas, deixando o conteúdo não encriptado acessível aos <em>sniffers</em> e atacantes <em>man-in-the-middle</em>. Isso deixa as páginas inseguras.</p> |