You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sanitized the id attribute passed to the [gist] shortcode. This fixes an XSS vulnerability that could be exploited by untrusted contributors on multi-author sites. Thanks to @cornerpirate for disclosing responsibly.
Added an XML encoding declaration to load Gist content as UTF-8 (#76).
Removed DOCTYPE, html and body elements added by DOMDocument.
Ensured the $gistpress global exists and is an instance of GistPress before running (#72). Props @robneu