Closed bearded-avenger closed 9 years ago
done.
Thanks michael!
found one:
several quote settings are not available after inserting a quote component. when a user attempts to update, a few options are gone.
hrm, that's weird. not able to replicate this one right off the bat
This commit is all front end. If that's happening in admin might be something else.
Edge case was with an older version of Novella. No issues elsewhere. All looks great on the front end.
I just sent through about 25 commits properly escaping every variable in every option in every component. I've done my best to double check that things are still working properly, but hoping for some help here to thoroughly test all options in all components to verify that they still function properly. Post any options that are weird or not working here as one comment.
Note, the content component has undergone some changes as far as the floatermedia is concerned. Previously, anything was allowed here. Including allowing scripts to pass causing a potential XSS vulnerability. This has now been locked down to ONLY allow links, and images. Developers can modify the allowed_html width
aesop_content_allowed_html
.Happy testing!