Array MimeTypes

This is an array of elements in the structure of the Item object or root element. Used to specify the MIME type (basic or specific) of the files that should be blocked while loading pages.

Attributes

Structure

"MimeTypess":[
 {
  "MimeTypes":["<aMimeTypes_1>","<aMimeTypes_2>",...,"<aMimeTypes_N>"],
  "External":"<aExternal_1>",
  "Priority":1
 },
  {
  "MimeTypes":["<aMimeTypes_1>","<aMimeTypes_2>",...,"<aMimeTypes_N>"],
  "External":"<aExternal_2>",
  "Priority":1
 },
  ...,
  {
  "MimeTypes":["<aMimeTypes_1>","<aMimeTypes_2>",...,"<aMimeTypes_N>"],
  "External":"<aExternal_N>",
  "Priority":1
 }
]

Example

"Domains":[
 {
  "Domain":"waspace.net"
 }
],
"Pages":[
 {
  "Page":"/about.html"
 },
"MimeTypes":[
 {
  "MimeType":["application","image/png"]
 }
]

The following actions will be performed:

  1. Blocking loading files with the following MIME-types: application, image/png
  2. Loading of the home page waspace.net/about.html
  3. Further task performance…