From 28b935d9dca4bb27b8f53b4f211c004e233f52e4 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 10:43:09 -0400 Subject: remove link 'title' attributes that's just the 'href' (pt-br, part 2) (#1841) --- .../list_of_default_accept_values/index.html | 36 +++++++++++----------- files/pt-br/web/http/csp/index.html | 6 ++-- .../http/headers/x-dns-prefetch-control/index.html | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) (limited to 'files/pt-br/web/http') diff --git a/files/pt-br/web/http/content_negotiation/list_of_default_accept_values/index.html b/files/pt-br/web/http/content_negotiation/list_of_default_accept_values/index.html index b0d9223961..3b07c99461 100644 --- a/files/pt-br/web/http/content_negotiation/list_of_default_accept_values/index.html +++ b/files/pt-br/web/http/content_negotiation/list_of_default_accept_values/index.html @@ -33,7 +33,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 (antes)

-

No Firefox 65 e versões anteriores, esse valor pode ser modificado usando o parâmetro network.http.accept.default. (fonte)

+

No Firefox 65 e versões anteriores, esse valor pode ser modificado usando o parâmetro network.http.accept.default. (fonte)

@@ -59,7 +59,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values Internet Explorer 8 image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/x-shockwave-flash, application/msword, */* - Veja IE and the Accept Header (blog de MSDN da IEInternals). + Veja IE and the Accept Header (blog de MSDN da IEInternals). Edge @@ -92,7 +92,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values */* (desde o Firefox 47)
image/png,image/*;q=0.8,*/*;q=0.5 (antes)

- Esse valor pode ser modificado usando o parâmetro image.http.accept. fonte + Esse valor pode ser modificado usando o parâmetro image.http.accept. fonte Safari @@ -102,17 +102,17 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values Chrome image/webp,image/apng,image/*,*/*;q=0.8 - fonte + fonte Internet Explorer 8 ou anterior */* - Veja IE and the Accept Header (blog de MSDN da IEInternals) + Veja IE and the Accept Header (blog de MSDN da IEInternals) Internet Explorer 9 image/png,image/svg+xml,image/*;q=0.8, */*;q=0.5 - Veja Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals) + Veja Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals) @@ -136,12 +136,12 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values Firefox 3.6 e posterior video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5 - veja bug 489071 fonte + veja bug 489071 fonte Chrome */* - fonte + fonte Internet Explorer 8 ou anterior @@ -165,12 +165,12 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values Firefox 3.6 e posterior audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5 - Veja bug 489071 fonte + Veja bug 489071 fonte Safari, Chrome */* - fonte + fonte Internet Explorer 8 ou anterior @@ -199,22 +199,22 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values Firefox */* - Veja bug 170789 + Veja bug 170789 Safari, Chrome */* - fonte + fonte Internet Explorer 8 ou anterior */* - Veja IE and the Accept Header (blog de MSDN da IEInternals) + Veja IE and the Accept Header (blog de MSDN da IEInternals) Internet Explorer 9 application/javascript, */*;q=0.8 - Veja Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals) + Veja Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals) @@ -233,22 +233,22 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values Firefox 4 text/css,*/*;q=0.1 - Veja bug 170789 fonte + Veja bug 170789 fonte Internet Explorer 8 ou anterior */* - Veja IE and the Accept Header (blog de MSDN da IEInternals) + Veja IE and the Accept Header (blog de MSDN da IEInternals) Internet Explorer 9 text/css - Veja Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals) + Veja Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals) Safari, Chrome text/css,*/*;q=0.1 - fonte + fonte Opera 11.10 diff --git a/files/pt-br/web/http/csp/index.html b/files/pt-br/web/http/csp/index.html index 277514de3c..706997dee9 100644 --- a/files/pt-br/web/http/csp/index.html +++ b/files/pt-br/web/http/csp/index.html @@ -108,7 +108,7 @@ translation_of: Web/HTTP/CSP

Testando sua política

-

To ease deployment, CSP can be deployed in "report-only" mode. The policy is not enforced, but any violations are reported to a provided URI. Additionally, a report-only header can be used to test a future revision to a policy without actually deploying it.

+

To ease deployment, CSP can be deployed in "report-only" mode. The policy is not enforced, but any violations are reported to a provided URI. Additionally, a report-only header can be used to test a future revision to a policy without actually deploying it.

You can use the Content-Security-Policy-Report-Only HTTP header to specify your policy, like this:

@@ -119,7 +119,7 @@ translation_of: Web/HTTP/CSP

Note that the X-Content-Security-Policy-Report-Only header was used before Firefox 23. If both the X-Content-Security-Policy-Report-Only and Content-Security-Policy-Report-Only are sent, the Content-Security-Policy-Report-Only will be used and the X-Content-Security-Policy-Report-Only will be ignored.

-

The UserCSP Addon also helps test and develop Content Security Policies for a site.

+

The UserCSP Addon also helps test and develop Content Security Policies for a site.

Veja também

@@ -127,7 +127,7 @@ translation_of: Web/HTTP/CSP
  • Introducing Content Security Policy
  • CSP policy directives
  • Using CSP violation reports
  • -
  • Content Security Policy recommendation bookmarklet
  • +
  • Content Security Policy recommendation bookmarklet
  • diff --git a/files/pt-br/web/http/headers/x-dns-prefetch-control/index.html b/files/pt-br/web/http/headers/x-dns-prefetch-control/index.html index 1362bc1582..26ff50b41b 100644 --- a/files/pt-br/web/http/headers/x-dns-prefetch-control/index.html +++ b/files/pt-br/web/http/headers/x-dns-prefetch-control/index.html @@ -78,7 +78,7 @@ X-DNS-Prefetch-Control: off
    <link rel="dns-prefetch" href="http://www.spreadfirefox.com/">
     
    -

    Neste exemplo, o nome de domínio "www.spreadfirefox.com" será pré-resolvido.

    +

    Neste exemplo, o nome de domínio "www.spreadfirefox.com" será pré-resolvido.

    Da mesma forma, o elemento de link pode ser usado para resolver nomes de host sem fornecer uma URL completa, mas apenas, precedendo o nome do host com duas barras:

    -- cgit v1.2.3-54-g00ecf