This repository was archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Weekly Update Journal
Alan Williamson edited this page May 29, 2015
·
4 revisions
An informal Journal to detail some of updates going on at OpenBD. All of the releases here are available in the nightly build.
- New functionality added that enables you to proxy remote content from URL's and Amazon S3. Very handy for sites that need to provide extra control or security over resources that they don't wish to expose the true endpoint too. http://openbd.org/manual/?/tag/CFCONTENT
- Refactored the script protection area that protects the CGI, FORM, URL and COOKIE scopes from having malicious scripting content inserted into it. Removed some inefficiencies while fixing some edge case problems that were highlighted. Improved logging at startup for this. http://openbd.org/manual/?/engine_bluedragonxml#scriptprotect
- As part of the script protection, we've bubbled up the regex that we use to detect scripts to the bluedragon.xml so you can easily edit it. Logging at startup will highlight which one you are using http://openbd.org/manual/?/engine_bluedragonxml#scriptprotectregex
- Work has started on the integration of WebSockets to OpenBD; we'll be providing server side support only for this, leaving the huge choice of JavaScript frameworks to the developer to decide which works best for them.