From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- .../plugins/supporting_private_browsing_in_plugins/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/es/plugins/supporting_private_browsing_in_plugins/index.html (limited to 'files/es/plugins/supporting_private_browsing_in_plugins/index.html') 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 +--- +

{{ fx_minversion_header(3.5) }}

+

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.

+

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.

+

Detecting private browsing mode

+

Plug-ins can detect whether or not private browsing mode is in effect by using the NPN_GetValue() function to check the current value of the NPNVprivateModeBool variable.

-- cgit v1.2.3-54-g00ecf