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

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:

  1. Allowing loading files with following extensions: .swf, .png, .gif
  2. Loading of the home page waspace.net/about.html
  3. Further task performance …