Hey folks, new here and I have a question for those of you who have the FCK editor on a Drupal site.
If I have the input filters for users set to Filtered HTML and then I have the allowed tags as:
Obviously I don't want users to be able to post anything besides the above mentioned code but I also need them to be able to use the Source Code button so that youtube clips and other such streaming video can be posted in their posts. Any help would be appreciate.
If I have the input filters for users set to Filtered HTML and then I have the allowed tags as:
<a> <embed> <object> <em> <strong> <u> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <p> <sub> <sup> <strike> <blockquote> <hr> <br>will these drupal filters keep users from being able to post code that is not allowed if I give them access to the Source Code option in the FCK editor or will the FCK editor over ride my drupal input filters?
Obviously I don't want users to be able to post anything besides the above mentioned code but I also need them to be able to use the Source Code button so that youtube clips and other such streaming video can be posted in their posts. Any help would be appreciate.

Re: Drupal Security Question
Although users can type anything they want inside FCKeditor (via Source Code option), before saving data Drupal will strip all denied tags.
You may extend your list to:
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Drupal Security Question
Thank you for responding. I greatly appreciate it.
Re: Drupal Security Question
Re: Drupal Security Question
Re: Drupal Security Question
http://i241.photobucket.com/albums/ff17 ... wb0001.jpg
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Drupal Security Question