Active
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2012 at 19:35 UTC
Updated:
8 Mar 2017 at 10:39 UTC
Jump to comment: Most recent
Comments
Comment #1
emilorol commentedOne more note.
The issue also happen if you edit a node.
Also the embed code is being properly inserted on the page, but for some reason beyond me the iframe content does not load.
Note: I am not using HTML Purifier.
Comment #2
emilorol commentedIt also happen with the new and old embed code from youtube
New embed code
<iframe width="420" height="315" src="http://www.youtube.com/embed/xVzIGMqRznk" frameborder="0" allowfullscreen></iframe>Old embed code
<object width="420" height="315"><param name="movie" value="http://www.youtube.com/v/xVzIGMqRznk?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/xVzIGMqRznk?version=3&hl=en_US" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>Comment #3
robbm commentedSame issue here.
But I don't think this is actually a CKeditor issue, as I get the same results if I switch to the plain text editor and insert the embed code manually.
Comment #4
mkesicki commentedI think this could be related with input format used for node and drupal's filter configuration.
What input format and filters do you use ? Check this with full html input format.
Comment #5
cheval commentedI'm also having the same issue in D7, the console gives the following error after saving the node:
The XSS Auditor refused to execute a script in 'http://nodelink' because its source code was found within the request. The auditor was enabled because the server did not send an 'X-XSS-Protection' header.The issue seems to be a security measure to prevent XSS (Cross site scripting) attacks, a workaround would be to disable XSS-Protection, but that is NOT recommended: