X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fit%2Fguide_javascript.html;h=135e27f246262d64f96ec166caf4e7df134090ae;hb=97dee4b0d8c2e5755c906e7101d57cd0555b3bbc;hp=3590003c11eb9bdcc8991492dfb2585e50a72a0c;hpb=64a6619a90b004521e549cd284f76d9a9d9e95f0;p=PrivacyBrowserAndroid.git diff --git a/app/src/main/assets/it/guide_javascript.html b/app/src/main/assets/it/guide_javascript.html index 3590003c..135e27f2 100644 --- a/app/src/main/assets/it/guide_javascript.html +++ b/app/src/main/assets/it/guide_javascript.html @@ -1,5 +1,7 @@ -

JavaScript Is Powerful

+

JavaScript è potentissimo

+ +

Tornando ai primordi di internet, le pagine web erano statiche, ovvero contenevano testi e immagini che venivano visualizzati sullo schermo + ma non potevano cambiare o interagire in nessun modo con l'utente. Ovviamente non può succedere nulla di particolarmente interessante con solo contenuti statici. + Furono quindi sviluppate diverse tecnologie per facilitare la creazione di pagine web dinamiche. JavaScript è una di queste.

-

Back in the early days of the internet, web pages were static, meaning they they contained text and images that were displayed on the screen - but didn’t change or interact with the user. Of course, only so much that is interesting can happen with static content. - Several different technologies were developed to facilitate dynamic web pages. JavaScript is one of these technologies.

+

JavaScript è un linguaggio di programmazione. Molti siti web ospitano software scritto in JavaScript che viene inviato ai dispositivi come parte integrante della pagina web. + Il dispositivo esegue localmente JavaScript e segue i comandi del programma come ad esempio l'animazione di immagini del sito web, + l'apertura di popup, e molte altre cose utili.

-

JavaScript is a programming language. Many web servers host programs written in JavaScript, which are sent to devices as part of the web page. - The device runs the JavaScript on its local processor and follows the commands of the program, which can animate images on the website, - popup a menu, and do many other useful things.

+

JavaScript è pericoloso

-

JavaScript Is Dangerous

-

Of course, the concept of running arbitrary programs from a website is potentially dangerous. So there are limitations placed on JavaScript - to keep it from doing things like installing viruses. However, it turns out that these limitations are overly broad. - Below is a screenshot from webkay, which is a website that demonstrates the type of information that - JavaScript can produce about a device. Browser Leaks is another good resource.

+

Naturalmente il concetto stesso di eseguire arbitrariamente software proveniente da un sito web è potenzialmente molto pericoloso. Per questo motivo in JavaScript esistono limitazioni + per prevenire comportamenti indesiderati come ad esempio l'installazione di virus. Ad ogni modo risulta che queste limitazioni sono abbastanza permissive. + Di seguito si può vedere una screenshot tratta da webkay, un sito web che mostra quali siano le informazioni che + JavaScript può carpire da un dispositivo. Browser Leaks è un'altra autorevole fonte di informazioni al riguardo.

-

+

-

For privacy purposes, the ideal would be to browse the internet with JavaScript disabled. However, there are some websites that legitimately require - JavaScript to accomplish their purposes and others that don’t work correctly without JavaScript even though they could be programmed to do so. - Privacy Browser addresses this by making it easy to toggle JavaScript on and off. Tapping the privacy shield will toggle it between blue - or yellow (both of which indicate - that JavaScript is disabled) and red (JavaScript enabled). - Looking at the different information webkay can collect with JavaScript enabled and disabled is informative.

+

Per ragioni di privacy l'ideale sarebbe navigare in internet con JavaScript disabilitato. Esistono però alcuni siti web che richiedono in modo legittimo + JavaScript per funzionare correttamente e altri che non funzionano senza, anche se potrebbero essere progettati per farlo. + Privacy Browser affronta questo problema facilitando l'abilitazione e la disabilitazione di JavaScript. Toccando lo scudo della privacy esso cambierà colore da blu + o giallo (entrambi indicano che + JavaScript è disabilitato) a rosso (JavaScript abilitato). + Se si osservano le varie informazioni che webkay può raccogliere con JavaScript abilitato o disabilitato si possono scoprire cose molto interessanti.

-

Browsing the internet with JavaScript disabled, and only enabling it if needed, goes a long way to protecting user privacy. In addition, JavaScript - is used to load much of the annoying advertisements and extra cruft that comes along with most modern websites. With it disabled, websites will - load faster, consume less network traffic, and contain less annoying advertisements, instead of those that do things like cover up the text of the - entire web page.

+

Navigare su internet con JavaScript disabilitato, abilitandolo solo quando necessario, è quindi un passo molto importante per la protezione della propria privacy. Inoltre JavaScript + è utilizzato anche per caricare la maggior parte degli annunci pubblicitari e altra robaccia aggiuntiva presente nei moderni siti web. Se Javascript viene disabilitato, i siti web + saranno caricati più velocemente, riducendo così il traffico sulla rete, e conterranno molti meno annunci pubblicitari, come ad esempio quelli che coprono completamente il testo + delle pagine web.

\ No newline at end of file