The main changes in this version are to make it easier to use and to permit comments and post previews by default. Also, when a blacklisted page is requested bs-wp-sandbox will redirect the client to “http://yourblog/”. Now you can change the BLOGNAME variable at the top of the file to redirect the client where you choose (i.e. http://yourblog/blog/).
Version 1.2 of the BlogSecurity WordPress Sandbox plugin has been released. See its tool page for details and for the latest download.
I want to make a device embedded linux to protect my system (maybe a small network, server,…). If user A is in outside of my system want to access my system, The device Embedded system will enable dialog to ask ID and password to pass the device. After ID and pass is verified. Data can be pass through device from User to my system. How I can use SSL for secure cummunication in this case?
Thang, please use the Contact Form in future for generic questions, Thanks.
Dave cool work man :)
The white list has a error in though:-
“^\?p=17&preview=true”,
Should be:
“^\?p=\d+&preview=true”,
Gareth, nice spot, all fixed.
In the next version, I really want to find a better way to validate the URL (Line 101: bs_wp_sandbox_validate).