1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-04-23 18:21:27 +02:00

Make some attempt to respect "Clear Private Data"

This commit is contained in:
Kris Maglione
2009-09-03 17:29:26 -04:00
parent 9bc7943667
commit b8d972ca94
6 changed files with 82 additions and 15 deletions
+2 -1
View File
@@ -302,7 +302,8 @@ const config = { //{{{
},
{
completer: function (context) completion.url(context),
literal: 0
literal: 0,
privateData: true
});
/////////////////////////////////////////////////////////////////////////////}}}