Plugin AllowApp
This section tells the access level when accessing the plugin. The application is blocked if not found.
[Plugin AllowApp]
01=%ProgramFiles%\,full
02=%WinDir%\,full
The order of values has some importance, but tries to be clever. The longest matching string is used if multiple values match.
Values
access value
The access value sets the access level described in section Access level.
- full
-
All functionality is enabled. Sets access level to full.
- use
-
Most functionality is enabled. Sets access level to use.
- ask-multi
-
Asks the user to allow access each time.
-
Answer
yes
, (click YES), sets access level to use. -
Answer
no
, (click NO), sets access level to block.
-
- ask-once
-
Asks the user to allow access and remember the answer.
-
Answer
yes
, (click YES), sets access level to use. -
Answer
no
, (click NO), sets access level to block.
-
- low
-
Only basic functionality is enabled. Sets access level to low.
- block
-
No functionality is enabled. Sets access level to block.
Parameters and actions with access level always are always accessible no matter what access value is given. |
Examples
For this example both entry 1 and 2 matches the application C:\Program Files\Net iD\Client\netidapp.exe
, but 2 has the longest string C:\Program Files\Net iD\
so access full
is used.
[Plugin AllowApp]
01=%ProgramFiles%\,use
02=%ProgramFiles%\Net iD\,full