aboutsummaryrefslogtreecommitdiff
path: root/files/es/plugins/supporting_private_browsing_in_plugins/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/plugins/supporting_private_browsing_in_plugins/index.html
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/plugins/supporting_private_browsing_in_plugins/index.html')
-rw-r--r--files/es/plugins/supporting_private_browsing_in_plugins/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/es/plugins/supporting_private_browsing_in_plugins/index.html b/files/es/plugins/supporting_private_browsing_in_plugins/index.html
new file mode 100644
index 0000000000..4448567bb4
--- /dev/null
+++ b/files/es/plugins/supporting_private_browsing_in_plugins/index.html
@@ -0,0 +1,10 @@
+---
+title: Supporting private browsing in plugins
+slug: Plugins/Supporting_private_browsing_in_plugins
+translation_of: Archive/Plugins/Supporting_private_browsing_in_plugins
+---
+<p>{{ fx_minversion_header(3.5) }}</p>
+<p>Firefox 3.5 introduced private browsing, a mode in which potentially private information is not recorded in any way.  It also introduced a mechanism by which plugins can determine whether or not private browsing mode is in effect.  Plugins should be updated to monitor the state of private browsing mode and only save private information when private browsing is disabled.</p>
+<p>Potentially private information may include (but is not necessarily limited to) history information for downloaded data.  For example, if private browsing mode is in effect, video player plugins should not record the URLs of watched videos in their histories.</p>
+<h2 id="Detecting_private_browsing_mode">Detecting private browsing mode</h2>
+<p>Plug-ins can detect whether or not private browsing mode is in effect by using the <a class="internal" href="/en/NPN_GetValue" title="En/NPN GetValue"><code>NPN_GetValue()</code></a> function to check the current value of the <code>NPNVprivateModeBool</code> variable.</p>