aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/header_opengraph.html
Commit message (Collapse)AuthorAgeLines
* Fix two XSS vulnerabilities.Matthew Somerville2016-07-06-1/+1
| | | | | | | | | The title in the OpenGraph header was not being properly escaped, and the hide pins/all pins links were using single quotes which were able to be broken out of. Also remove the single quotes around rss_feed_uri, though this is not a vulnerability as its contents were sanitised (postcode or co-ords).
* Combine some base/fixmystreet templates.Matthew Somerville2015-10-07-0/+6
| | | | | | | | The aim is to combine base and fixmystreet as much as possible, providing enough template/styling hooks for any cobrand. This commit removes the need for separate base/fixmystreet templates for the front page, almost all of the /around templates, the open graph headers, and the low level item list templates.
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+0
This should reduce confusion with the Default cobrand and override order.