Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2012 at 07:06 UTC
Updated:
7 May 2012 at 06:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
jcisio commentedIs there anyway to know which filters are security filters? Even if we know, we'd use that to make a default configuration in a fieldset in the advanced settings fieldset.
Comment #2
dczepierga commentedYes, in new version u will see in security filters section which filters are whitelisted by us with status for each text format. Also it would be possible to add new security filter by API, and then will be listed there too...
If u add any filter (which is whitelisted) to the text format, the status in security filters section will change and it would be used in filter XSS call.
For now i must fix one bug in CKFinder, and after that i will commit patch with changes for security filters...
Greetings
Comment #3
mkesicki commentedI added patch to this. I tested this and it works fine for me.
Comment #4
dczepierga commentedChanges commited to GIT (diff)
Greetings
Comment #6
anrikun commentedOh no! Why did you change this?
This might break things up on sites using CKEditor SWF with HTML Filter.
See #1561156: Classid not present when editing
Because HTML Filter breaks the
classidattribute, it should never be run as a security filter on profiles using CKEditor SWF. But it is fine to run it as a normal filter after editing, because CKEditor SWF Filter fixes theclassidattribute back.The way it worked before allowed to disable HTML Filter as a security filter even when it was enabled in the input format being used.
No it is no longer possible.
What about existing sites? I'm OK that less things to configure might be better for new end users, but you cannot make impossible something that was possible for previous users.
Comment #7
dczepierga commentedFirst of all pls not open closed issue - if u have any problems open new issue with it!
If
HTML Filterbreak something it should be fixed in this filter module, not in CKEditor module - we cannot do anything with bugs in Drupal core module...If u really want to fix it in CKEditor module u can try to add this filter as security filter in CKEditor module:
Everything is written about this in
README.txtfile.If u have more questions pls open new issue with this problem.
Greetings