diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 10:43:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 11:43:09 -0300 |
commit | 28b935d9dca4bb27b8f53b4f211c004e233f52e4 (patch) | |
tree | 3d5de50b13c51c9527af014cf05947b4daef6f5d /files/pt-br/web/http | |
parent | 434acdbb5b298229fbbf126e893603024bbee26c (diff) | |
download | translated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.tar.gz translated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.tar.bz2 translated-content-28b935d9dca4bb27b8f53b4f211c004e233f52e4.zip |
remove link 'title' attributes that's just the 'href' (pt-br, part 2) (#1841)
Diffstat (limited to 'files/pt-br/web/http')
3 files changed, 22 insertions, 22 deletions
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 <code>text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8</code> (antes)</p> </td> <td> - <p>No Firefox 65 e versões anteriores, esse valor pode ser modificado usando o parâmetro <a class="external" href="http://kb.mozillazine.org/Network.http.accept.default" title="http://kb.mozillazine.org/Network.http.accept.default"><code>network.http.accept.default</code></a>. (<a href="https://hg.mozilla.org/mozilla-central/file/tip/modules/libpref/init/all.js#l1750">fonte</a>)</p> + <p>No Firefox 65 e versões anteriores, esse valor pode ser modificado usando o parâmetro <a class="external" href="http://kb.mozillazine.org/Network.http.accept.default"><code>network.http.accept.default</code></a>. (<a href="https://hg.mozilla.org/mozilla-central/file/tip/modules/libpref/init/all.js#l1750">fonte</a>)</p> </td> </tr> <tr> @@ -59,7 +59,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Internet Explorer 8</td> <td><code>image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/x-shockwave-flash, application/msword, */*</code></td> - <td>Veja <a class="external" href="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx" title="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx">IE and the Accept Header (blog de MSDN da IEInternals)</a>.</td> + <td>Veja <a class="external" href="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx">IE and the Accept Header (blog de MSDN da IEInternals)</a>.</td> </tr> <tr> <td>Edge</td> @@ -92,7 +92,7 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <code>*/*</code> (desde o Firefox 47)<br> <code>image/png,image/*;q=0.8,*/*;q=0.5</code> (antes)</p> </td> - <td>Esse valor pode ser modificado usando o parâmetro <code>image.http.accept</code>. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/modules/libpref/init/all.js#l4735" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td>Esse valor pode ser modificado usando o parâmetro <code>image.http.accept</code>. <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/modules/libpref/init/all.js#l4735"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Safari</td> @@ -102,17 +102,17 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Chrome</td> <td><code>image/webp,image/apng,image/*,*/*;q=0.8</code></td> - <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/content/renderer/loader/web_url_loader_impl.cc#99" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/content/renderer/loader/web_url_loader_impl.cc#99"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Internet Explorer 8 ou anterior</td> <td><code>*/*</code></td> - <td>Veja <a class="external" href="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx" title="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx">IE and the Accept Header (blog de MSDN da IEInternals)</a></td> + <td>Veja <a class="external" href="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx">IE and the Accept Header (blog de MSDN da IEInternals)</a></td> </tr> <tr> <td>Internet Explorer 9</td> <td><code>image/png,image/svg+xml,image/*;q=0.8, */*;q=0.5</code></td> - <td>Veja <a class="external" href="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx" title="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx">Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals)</a></td> + <td>Veja <a class="external" href="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx">Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals)</a></td> </tr> </tbody> </table> @@ -136,12 +136,12 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Firefox 3.6 e posterior</td> <td><code>video/webm,video/ogg,video/*;q=0.9,application/ogg;q=0.7,audio/*;q=0.6,*/*;q=0.5</code></td> - <td>veja <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=489071" title="https://bugzilla.mozilla.org/show_bug.cgi?id=489071">bug 489071</a> <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/dom/html/HTMLVideoElement.cpp#l136" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td>veja <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=489071" title="https://bugzilla.mozilla.org/show_bug.cgi?id=489071">bug 489071</a> <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/dom/html/HTMLVideoElement.cpp#l136"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Chrome</td> <td><code>*/*</code></td> - <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/services/network/loader_util.cc#27" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/services/network/loader_util.cc#27"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Internet Explorer 8 ou anterior</td> @@ -165,12 +165,12 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Firefox 3.6 e posterior</td> <td><code>audio/webm,audio/ogg,audio/wav,audio/*;q=0.9,application/ogg;q=0.7,video/*;q=0.6,*/*;q=0.5</code></td> - <td>Veja <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=489071" title="https://bugzilla.mozilla.org/show_bug.cgi?id=489071">bug 489071</a> <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/dom/html/HTMLAudioElement.cpp#l81" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td>Veja <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=489071" title="https://bugzilla.mozilla.org/show_bug.cgi?id=489071">bug 489071</a> <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/dom/html/HTMLAudioElement.cpp#l81"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Safari, Chrome</td> <td><code>*/*</code></td> - <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/services/network/loader_util.cc#27" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/services/network/loader_util.cc#27"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Internet Explorer 8 ou anterior</td> @@ -199,22 +199,22 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Firefox</td> <td><code>*/*</code></td> - <td>Veja <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=170789" title="https://bugzilla.mozilla.org/show_bug.cgi?id=170789">bug 170789</a></td> + <td>Veja <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=170789">bug 170789</a></td> </tr> <tr> <td>Safari, Chrome</td> <td><code>*/*</code></td> - <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/services/network/loader_util.cc#27" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/services/network/loader_util.cc#27"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Internet Explorer 8 ou anterior</td> <td><code>*/*</code></td> - <td>Veja <a class="external" href="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx" title="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx">IE and the Accept Header (blog de MSDN da IEInternals)</a></td> + <td>Veja <a class="external" href="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx">IE and the Accept Header (blog de MSDN da IEInternals)</a></td> </tr> <tr> <td>Internet Explorer 9</td> <td><code>application/javascript, */*;q=0.8</code></td> - <td>Veja <a class="external" href="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx" title="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx">Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals)</a></td> + <td>Veja <a class="external" href="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx">Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals)</a></td> </tr> </tbody> </table> @@ -233,22 +233,22 @@ translation_of: Web/HTTP/Content_negotiation/List_of_default_Accept_values <tr> <td>Firefox 4</td> <td><code>text/css,*/*;q=0.1</code></td> - <td>Veja <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=170789" title="https://bugzilla.mozilla.org/show_bug.cgi?id=170789">bug 170789</a> <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/layout/style/Loader.cpp#l1548" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td>Veja <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=170789" title="https://bugzilla.mozilla.org/show_bug.cgi?id=170789">bug 170789</a> <a class="external" href="https://hg.mozilla.org/mozilla-central/file/tip/layout/style/Loader.cpp#l1548"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Internet Explorer 8 ou anterior</td> <td><code>*/*</code></td> - <td>Veja <a class="external" href="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx" title="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx">IE and the Accept Header (blog de MSDN da IEInternals)</a></td> + <td>Veja <a class="external" href="http://blogs.msdn.com/b/ieinternals/archive/2009/07/01/ie-and-the-accept-header.aspx">IE and the Accept Header (blog de MSDN da IEInternals)</a></td> </tr> <tr> <td>Internet Explorer 9</td> <td><code>text/css</code></td> - <td>Veja <a class="external" href="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx" title="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx">Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals)</a></td> + <td>Veja <a class="external" href="http://blogs.msdn.com/b/fiddler/archive/2011/02/10/fiddler-is-better-with-internet-explorer-9.aspx">Fiddler is better with Internet Explorer 9 (blog de MSDN da IEInternals)</a></td> </tr> <tr> <td>Safari, Chrome</td> <td><code>text/css,*/*;q=0.1</code></td> - <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/content/renderer/loader/web_url_loader_impl.cc#98" title="http://www.newmediacampaigns.com/page/browser-rest-http-accept-headers"><span style="font-size: x-small;">fonte</span></a></td> + <td><a class="external" href="https://chromium.googlesource.com/chromium/src.git/+/master/content/renderer/loader/web_url_loader_impl.cc#98"><span style="font-size: x-small;">fonte</span></a></td> </tr> <tr> <td>Opera 11.10</td> 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 <h2 id="Testando_sua_política">Testando sua política</h2> -<p>To ease deployment, CSP can be deployed in <a class="link-https" href="http://www.w3.org/TR/CSP/#content-security-policy-report-only-header-field" title="https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-unofficial-draft-20110315.html#report-only-mode">"report-only" mode</a>. 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.</p> +<p>To ease deployment, CSP can be deployed in <a class="link-https" href="http://www.w3.org/TR/CSP/#content-security-policy-report-only-header-field">"report-only" mode</a>. 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.</p> <p>You can use the <code>Content-Security-Policy-Report-Only</code> HTTP header to specify your policy, like this:</p> @@ -119,7 +119,7 @@ translation_of: Web/HTTP/CSP <p>Note that the <code>X-Content-Security-Policy-Report-Only</code> header was used before Firefox 23. If both the <code>X-Content-Security-Policy-Report-Only</code> and <code>Content-Security-Policy-Report-Only</code> are sent, the <code>Content-Security-Policy-Report-Only</code> will be used and the <code>X-Content-Security-Policy-Report-Only</code> will be ignored.</p> -<p>The <a href="https://addons.mozilla.org/en-us/firefox/addon/newusercspdesign/" title="https://addons.mozilla.org/en-us/firefox/addon/newusercspdesign/">UserCSP Addon</a> also helps test and develop Content Security Policies for a site.</p> +<p>The <a href="https://addons.mozilla.org/en-us/firefox/addon/newusercspdesign/">UserCSP Addon</a> also helps test and develop Content Security Policies for a site.</p> <h2 id="Veja_também">Veja também</h2> @@ -127,7 +127,7 @@ translation_of: Web/HTTP/CSP <li><a href="/en/Security/CSP/Introducing_Content_Security_Policy" title="en/Security/CSP/Introducing Content Security Policy">Introducing Content Security Policy</a></li> <li><a href="/en/Security/CSP/CSP_policy_directives" title="en/Security/CSP/CSP policy directives">CSP policy directives</a></li> <li><a href="/en/Security/CSP/Using_CSP_violation_reports" title="en/Security/CSP/Using CSP violation reports">Using CSP violation reports</a></li> - <li><a class="external" href="http://brandon.sternefamily.net/posts/2010/10/content-security-policy-recommendation-bookmarklet/" title="http://brandon.sternefamily.net/posts/2010/10/content-security-policy-recommendation-bookmarklet/">Content Security Policy recommendation bookmarklet</a></li> + <li><a class="external" href="http://brandon.sternefamily.net/posts/2010/10/content-security-policy-recommendation-bookmarklet/">Content Security Policy recommendation bookmarklet</a></li> </ul> <div class="noinclude"> 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 <pre class="brush: html"><link rel="dns-prefetch" href="http://www.spreadfirefox.com/"> </pre> -<p>Neste exemplo, o nome de domínio "<a href="http://www.spreadfirefox.com/" title="Linkification: http://www.spreadfirefox.com">www.spreadfirefox.com</a>" será pré-resolvido.</p> +<p>Neste exemplo, o nome de domínio "<a href="http://www.spreadfirefox.com/">www.spreadfirefox.com</a>" será pré-resolvido.</p> <p>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:</p> |