Array Extensions

This is an array of elements in the structure of the Item object or root element. Used to specifythe file extensions, that should be blocked while loading pages.

Attributes

Structure

"Extensions":[
 {
  "Extension":["<aExtension_1>","<aExtension_2>",...,"<aExtension_N>"],
  "External":"<aExternal_1>",
  "Priority":1
 },
  {
  "Extension":["<aExtension_1>","<aExtension_2>",...,"<aExtension_N>"],
  "External":"<aExternal_2>",
  "Priority":1
 },
  ...,
  {
  "Extension":["<aExtension_1>","<aExtension_2>",...,"<aExtension_N>"],
  "External":"<aExternal_N>",
  "Priority":1
 }
]

Example

"Domains":[
 {
  "Domain":"waspace.net"
 }
],
"Pages":[
 {
  "Page":"/about.html"
 },
"Extensions":[
 {
  "Extension":[".swf",".png",".gif"]
 }
]

The following actions will be performed:

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