Closed Bug 514271 Opened 15 years ago Closed 13 years ago

Embedding pictures by grabbing HTML code doesn't work

Categories

(Websites :: creative.mozilla.org, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: tshahian, Unassigned)

Details

I tried adding a picture (from flickr) by grabbing the HTML code, and dropping it into the text field for the challenges page.  That doesn't seem to work.  Please let me know if we can fix this... so that we can add a promo graphic to that page.

Thanks.
We can add pictures using HTML code... Fixed in bug 514129
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Tara -- can you easily verify this?  Thanks!
When I grab a standard embed code from Flickr, the picture doesn't show up, on stage.  Not sure if I'm doing something wrong.
reopening based on comment #3
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
A double quotation mark is being removed from the HTML embed code upon submit, which is causing the image to not be displayed.

This is being caused by the "$config['global_xss_filtering'] = TRUE;" variable in config.php.  Changing this variable to FALSE will allow this to go through.  We have this variable enable to help guard against XSS attacks.  I need to research this a bit more before I have an answer...
If you remove the comma from the title="" area, it seems to work fine.
Assignee: ryansnyder.me+bugs → nobody
Old bug, low priority. Closing for now.
Status: REOPENED → RESOLVED
Closed: 15 years ago13 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.