From 3087cbfa47c646e702d9d301305f7a5b28431b52 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Sun, 14 Mar 2021 14:55:27 -0700 Subject: remove references to developer.cdn.mozilla.net --- .../the_head_metadata_in_html/index.html | 12 ++++++------ files/it/web/css/background-repeat/index.html | 2 +- files/it/web/http/headers/host/index.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'files/it') diff --git a/files/it/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/it/learn/html/introduction_to_html/the_head_metadata_in_html/index.html index 88bb20cbba..0b05f30ee0 100644 --- a/files/it/learn/html/introduction_to_html/the_head_metadata_in_html/index.html +++ b/files/it/learn/html/introduction_to_html/the_head_metadata_in_html/index.html @@ -159,7 +159,7 @@ Web sites and HTML5 Apps. It also documents Mozilla products, like Firefox OS."&

Per esempio, Open Graph Data è un insieme di metadata (un protocollo) che Facebook ha inventato per  avere dei metadata più ricchi per i siti web. Nel codice sorgente MDN troverai questo:

-
<meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png">
+
<meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.png">
 <meta property="og:description" content="The Mozilla Developer Network (MDN) provides
 information about Open Web technologies including HTML, CSS, and APIs for both Web sites
 and HTML5 Apps. It also documents Mozilla products, like Firefox OS.">
@@ -191,15 +191,15 @@ and HTML5 Apps. It also documents Mozilla products, like Firefox OS.">
 

Ci sono molti altri tipi di icone da prendere in considerazione attualmente. Per esempio, nel codice della homepage MDN troverai questo:

<!-- third-generation iPad with high-resolution Retina display: -->
-<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.cdn.mozilla.net/static/img/favicon144.a6e4162070f4.png">
+<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.mozilla.org/static/img/favicon144.png">
 <!-- iPhone with high-resolution Retina display: -->
-<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.cdn.mozilla.net/static/img/favicon114.0e9fabd44f85.png">
+<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.mozilla.org/static/img/favicon114.png">
 <!-- first- and second-generation iPad: -->
-<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.cdn.mozilla.net/static/img/favicon72.8ff9d87c82a0.png">
+<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.mozilla.org/static/img/favicon72.png">
 <!-- non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
-<link rel="apple-touch-icon-precomposed" href="https://developer.cdn.mozilla.net/static/img/favicon57.a2490b9a2d76.png">
+<link rel="apple-touch-icon-precomposed" href="https://developer.mozilla.org/static/img/favicon57.png">
 <!-- basic favicon -->
-<link rel="shortcut icon" href="https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png">
+<link rel="shortcut icon" href="https://developer.mozilla.org/static/img/favicon32.png">

I commenti spiegano per cosa è usata ciascuna icona — questi elementisoddisfano esigenze quali, ad esempio, fornire una piacevole icona ad alta risoluzione quando il sito è salvato nello schermo di un iPad.

diff --git a/files/it/web/css/background-repeat/index.html b/files/it/web/css/background-repeat/index.html index b8d0a25fd7..f020f8dbe1 100644 --- a/files/it/web/css/background-repeat/index.html +++ b/files/it/web/css/background-repeat/index.html @@ -96,7 +96,7 @@ div { /* Multiple images */ .five { background-image: url(https://mdn.mozillademos.org/files/12005/starsolid.gif), - url(https://developer.cdn.mozilla.net/media/redesign/img/favicon32.png); + url(https://developer.mozilla.org/static/img/favicon32.png); background-repeat: repeat-x, repeat-y; height: 144px; diff --git a/files/it/web/http/headers/host/index.html b/files/it/web/http/headers/host/index.html index c5edcffb7b..3963d6712d 100644 --- a/files/it/web/http/headers/host/index.html +++ b/files/it/web/http/headers/host/index.html @@ -46,7 +46,7 @@ translation_of: Web/HTTP/Headers/Host

Esempi

-
Host: developer.cdn.mozilla.net
+
Host: developer.mozilla.org

Specifiche

-- cgit v1.2.3-54-g00ecf