or you could consider taking a look at Fusegaurd instead which will give you far more granular control. There are also various web application firewall modules available for IIS and Apache which you could use for more generic security that is not CF specific.
On Tue, May 13, 2014 at 3:34 PM, Robert Harrison <[email protected] > wrote: > > Do you know of any code samples for the first solution where you may be > able to send a link? > > I read the documentation and agree this seems to be the way to do, but I'd > sure like to see some sample code on that. > > Thanks > > Robert Harrison > > > -----Original Message----- > From: Dave Watts [mailto:[email protected]] > Sent: Tuesday, May 13, 2014 10:30 AM > To: cf-talk > Subject: Re: Script Protect Question > > > > Script protect is blocking the form variables and I'm recording blanks > > for these transactions. I don't really want to turn off script protect > globally, but I do want to shut of the forms protect on selected pages. > > > > How can I list the pages and/or form variables I want to allow as an > exception? > > You could probably do this by adding conditional logic in Application.cfc > that turns the feature off for a specific list of pages. Otherwise, you > could put the problematic pages in a separate directory and give them their > own Application.cfc. > > Dave Watts, CTO, Fig Leaf Software > 1-202-527-9569 > http://www.figleaf.com/ > http://training.figleaf.com/ > > Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA > Schedule, and provides the highest caliber vendor-authorized instruction at > our training centers, online, or onsite. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358628 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

