Privoxy rules to unblock Concrete 5 editing
Friday, May 20th, 2011In Concrete 5, TinyMCE is used as an editor for Content blocks. If you have Privoxy installed with the default settings, crucial parts of this editor will be blocked, and you would be unable to edit the Content block properly. (no editor appears, you see a small box with the HTML instead).
You can verify that it's indeed Privoxy which is doing it, by checking the Network tab of Dragonfly or Firebug in Opera or FireFox, Privoxy will add a status message to files which have been blocked.
To fix this problem, edit your user.action file (located in the application's toplevel directory), and add a new line under the { fragile } section:
{ fragile }
#.forbes.com
/concrete/js/tiny_mce/plugins/.*
/updates/concrete.*
This should unblock all Concrete 5 – based sites.
Update (23.10.2011): The fix now works with updated Concrete 5 sites.