From d52549082146c7e3d221124f9cec0af652b3183f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:47:11 +0100 Subject: unslug fi: move --- files/fi/web/api/navigator/donottrack/index.html | 73 ++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 files/fi/web/api/navigator/donottrack/index.html (limited to 'files/fi/web/api/navigator/donottrack/index.html') diff --git a/files/fi/web/api/navigator/donottrack/index.html b/files/fi/web/api/navigator/donottrack/index.html new file mode 100644 index 0000000000..c331048a10 --- /dev/null +++ b/files/fi/web/api/navigator/donottrack/index.html @@ -0,0 +1,73 @@ +--- +title: navigator.doNotTrack +slug: DOM/navigator.doNotTrack +translation_of: Web/API/Navigator/doNotTrack +--- +

{{ ApiRef() }}

+

Yhteenveto

+

Palauttaa käyttäjän do-not-track -asetuksen. Tämä on "yes", jos käyttäjä on pyytänyt, että hänen vierailemiaan webbisivuja, sisältöä tai mainoksia ei seurata.

+

Syntaksi

+
dnt = navigator.doNotTrack;
+
+

Huomaa, että navigator.doNotTrack ei ole do-not-track -otsakkeessa lähetettävä arvo.  Kun the do-not-track otsake lähettää "1", navigator.doNotTrack on "yes".  Kun otsaketta ei ole asetettu, navigator.doNotTrack on "unspecified".  Kun otsake lähettää "0" (ei tueta nykyisin Firefoxissa), navigator.doNotTrack on "no".

+

Esimerkki

+
dump(window.navigator.doNotTrack);
+// tulostaa "yes" jos DNT ei ole käytössä; muussa tapauksessa tämä on "unspecified" Firefoxissa
+
+

Spesifikaatio

+

Tracking Preference Expression (Working Draft) perustuu tämän spesifikaation aikaisempaan versioon josssa navigator.doNotTrack on do-not-track -otsakkeessa lähetettävä arvo.

+

Katso myös

+ +

Selainyhteensopivuus

+

{{CompatibilityTable() }}

+
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Perustuki{{ CompatUnknown() }}{{ CompatGeckoDesktop("9.0") }}9125.1 käyttöjärjestelmässä OS X 10.7
+
+
+ + + + + + + + + + + + + + + + + + + +
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Perustuki{{ CompatUnknown() }}{{ CompatGeckoMobile("9.0") }}{{ CompatUnknown() }}{{ CompatUnknown() }}{{ CompatUnknown() }}
+
+ +

{{ languages( { "zh-cn": "zh-cn/DOM/navigator.doNotTrack" } ) }}

-- cgit v1.2.3-54-g00ecf