Fixed XSS vulnerability
This commit is contained in:
parent
49eff95399
commit
3649bc135a
@ -18,7 +18,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<?= $this->content('html_header') ?>
|
<?= $this->content('html_header') ?>
|
||||||
<?= $this->autoDiscoveryLinkTag('atom', 'post#atom', array('tags' => $this->params()->tags)) ?>
|
<?= $this->autoDiscoveryLinkTag('atom', 'post#atom', array('tags' => $this->h($this->params()->tags))) ?>
|
||||||
|
|
||||||
<?php foreach (CONFIG()->asset_stylesheets as $asset) : ?>
|
<?php foreach (CONFIG()->asset_stylesheets as $asset) : ?>
|
||||||
<?= $this->stylesheetLinkTag($asset) ?>
|
<?= $this->stylesheetLinkTag($asset) ?>
|
||||||
|
Reference in New Issue
Block a user