Whatever message this page gives is out now! Go check it out!
Resource | Description |
Data sources | Enables access to specified data sources. |
CF tags | Prevents pages from using CFML tags that access external resources. You can prevent pages in the directory from using any or all of the following tags:cfcollection, cfcontent, cfcookie, cfdirectory, cfdocument, cfexecute, cffile, cfftp, cfgridupdate, cfhttp, cfhttpparam, cfindex, cfinsert, cfinvoke, cfldap, cflog, cfmail, cfobject, cfobjectcache, cfpop, cfquery, cfregistry, cfreport, cfschedule, cfsearch, cfstoredproc, cftransaction, cfupdate |
CF functions | Prevents pages from using CFML functions that access external resources. You can prevent pages from using any or all of the following functions:CreateObject (COM, Java, Web Service),{{}}DirectoryExists. ExpandPath, FileExists, GetBaseTemplatePath, GetDirectoryFromPath, GetFileFromPath, GetGatewayHelper, GetProfileString, GetTempDirectory, GetTempFile, GetTemplatePath, SendGatewayMessage, SetProfileString |
Files/directories | Sets read, write, execute, and delete access to specified directories, directory trees, or files. |
Server/ports | Controls access from ColdFusion to IP addresses and port numbers. You can specify host names or numeric addresses, and you can specify individual ports and port ranges. |