You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The versions above are only meant for development, and are not suitable for production. Minified and optimized production versions of React are available at:
16
+
Le versioni di cui sopra sono intese solo per ambienti di sviluppo, e non sono adatte per ambienti di produzione. Le versioni minificate e ottimizzate di produzione di React sono disponibili ai seguenti link:
### Perché l'attributo`crossorigin`? {#why-the-crossorigin-attribute}
26
26
27
-
If you serve React from a CDN, we recommend to keep the [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes) attribute set:
27
+
Se servi React da una CDN, consigliamo di settare l'attributo [`crossorigin`](https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_settings_attributes):
28
28
29
29
```html
30
30
<scriptcrossoriginsrc="..."></script>
31
31
```
32
32
33
-
We also recommend to verify that the CDN you are using sets the `Access-Control-Allow-Origin: *` HTTP header:
33
+
Consigliamo anche di verificare che la CDN che stai usando abbia settato l'header HTTP `Access-Control-Allow-Origin: *`:
0 commit comments