If this option is enabled the protocol and host part of the URLs returned from the MCFileManager will be removed. This option is set to false by default.
Remember this option doesn't do much when using the MCFileManager as a TinyMCE plugin since TinyMCE does the URL convertion, consult the TinyMCE manuals for details on URL convertion.
URL:s will be returned in this format: "/somedir/somefile.htm" instead of the default mode: "http://www.somesite.com/somedir/somefile.htm".
Example of usage in init call on page level:
mcFileManager.init({ remove_script_host : true });
Example of usage in mcFileManager.open call
<a href="javascript:mcFileManager.open('example1','url','','',{remove_script_host : true});">[Browse]</a>