====== Array MimeTypes ======
This is an array of elements in the structure of the [[en:help:externalsource:item|Item object]] or [[en:help:externalsource:|root element]]. Used to specify the [[http://en.wikipedia.org/wiki/Internet_media_type|MIME]] type (basic or specific) of the files that should be blocked while loading pages.
===== Attributes =====
* May contain [[en:help:externalsource:external|Priority attribute]]
* May contain [[en:help:externalsource:priority|External attribute]]
* While performing of task, one of the elements is selected , according with value of the Priority attribute.
===== Structure =====
"MimeTypess":[
{
"MimeTypes":["","",...,""],
"External":"",
"Priority":1
},
{
"MimeTypes":["","",...,""],
"External":"",
"Priority":1
},
...,
{
"MimeTypes":["","",...,""],
"External":"",
"Priority":1
}
]
===== Example =====
"Domains":[
{
"Domain":"waspace.net"
}
],
"Pages":[
{
"Page":"/about.html"
},
"MimeTypes":[
{
"MimeType":["application","image/png"]
}
]
The following actions will be performed:
- Blocking loading files with the following MIME-types: ''application'', ''image/png''
- Loading of the home page ''waspace.net/about.html''
- Further task performance...