Plugin AllowURL
This section tells the access level when accessing the plugin. The location is blocked if not found.
[Plugin AllowURL]
01=file://*,full
02=res://*,full
03=http://*,block
04=http://localhost,full
05=https://*,use
06=https://*.pointsharp.com,full;Base64=true,UrlEncode=false
[Plugin AllowURL]
01=<path>,<access level>;<plugin property>,<plugin property>
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
The order of values has some importance, but tries to be clever. The longest matching string is used if multiple values match.
For this example both entry 1 and 2 matches the site http://www.pointsharp.com, but 2 has the longest string http://www.pointsharp.com
, so access use
is used.
[Plugin AllowURL]
01=http://*,block
02=http://www.pointsharp.com,use