mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 21:42:27 +01:00
Make some attempt to respect "Clear Private Data"
This commit is contained in:
@@ -302,7 +302,8 @@ const config = { //{{{
|
||||
},
|
||||
{
|
||||
completer: function (context) completion.url(context),
|
||||
literal: 0
|
||||
literal: 0,
|
||||
privateData: true
|
||||
});
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////}}}
|
||||
|
||||
Reference in New Issue
Block a user