Sandbox Security page
You use the Sandbox Security page (called Resource Security in the Standard Edition) to specify
security permissions for data sources, tags, functions, files, and directories.
Sandbox security uses the location of your ColdFusion pages to determine functionality. A
sandbox is a designated area (CFM files or directories containing CFM files) of your site to which
you apply security restrictions. By default, a subdirectory (or child directory) inherits the sandbox
settings of the directory one level above it (the parent directory). If you define sandbox settings for
a subdirectory, you override the sandbox settings inherited from the parent directory.
Use sandbox security to control access to:
•
Data sources
•
Tags
•
Functions
•
Files and directories
•
IP addresses and ports
Custom Extensions section
You can extend the functionality of the ColdFusion Administrator by adding links to other web
applications and sites. These links appear under the Custom Extensions section in the left
navigation pane of the Administrator.
Note: You must create a link for the Custom Extensions section to appear in the Administrator.
To extend the Administrator, create a file that contains the HTML link code, followed by a
with a separate line for each link. Do not include other HTML code, such as
tags. Save this file as extensionscustom.cfm in the Administrator root directory (/CFIDE/
administrator/).
For example, the following file adds to the Administrator links for Bowdoin College, Universidad
Complutense de Madrid, and La Sapienza:
<a href="http://www.bowdoin.edu/" target="content">Bowdoin College</a><br>
<a href="http://www.http://www.ucm.es/" target="_blank">Universidad
Complutense de Madrid</a><br>
<a href="http://www.uniroma1.it/" target="_blank">La Sapienza</a><br>
When you click a link, the page displays. The target attribute is required; if you specify
target="content", the page appears in the main pane of the Administrator. If you specify any other
value for the target attribute, the page appears in a new window.
or
<head>
Custom Extensions section
,
<BR>
<body>
35
Need help?
Do you have a question about the COLDFUSION MX 61 - CONFIGURING AND ADMINISTERING COLDFUSION MX and is the answer not in the manual?
Questions and answers