Array ExExtensions
This is an array of elements in the structure of the Item object or root element. Used to specify the file extensions, should be allowed while loading pages.
Attributes
- May contain Priority attribute
- May contain External attribute
- While performing of task, one of the elements is selected , according with value of the Priority attribute.
Structure
"ExExtensions":[ { "ExExtension":["<aExExtension_1>","<aExExtension_2>",...,"<aExExtension_N>"], "External":"<aExternal_1>", "Priority":1 }, { "ExExtension":["<aExExtension_1>","<aExExtension_2>",...,"<aExExtension_N>"], "External":"<aExternal_2>", "Priority":1 }, ..., { "ExExtension":["<aExExtension_1>","<aExExtension_2>",...,"<aExExtension_N>"], "External":"<aExternal_N>", "Priority":1 } ]
Example
"Domains":[ { "Domain":"waspace.net" } ], "Pages":[ { "Page":"/about.html" }, "ExExtensions":[ { "ExExtension":[".swf",".png",".gif"] } ]
The following actions will be performed:
- Allowing loading files with following extensions:
.swf
,.png
,.gif
- Loading of the home page
waspace.net/about.html
- Further task performance …