====== Array ExExtensions ====== 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 [[http://en.wikipedia.org/wiki/Filename_extension|the file extensions]], should be allowed 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 ===== "ExExtensions":[ { "ExExtension":["","",...,""], "External":"", "Priority":1 }, { "ExExtension":["","",...,""], "External":"", "Priority":1 }, ..., { "ExExtension":["","",...,""], "External":"", "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 ...