Fix potential XSS on the Settings / API page
The CSP policy already prevent the execution of inline Javascript.
This commit is contained in:
committed by
Frédéric Guillot
parent
8902c1448d
commit
3824e6e9aa
@@ -9,7 +9,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<?= t('API endpoint:') ?>
|
||||
<strong><?= $this->url->base().'jsonrpc.php' ?></strong>
|
||||
<strong><?= $this->text->e($this->url->base()).'jsonrpc.php' ?></strong>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user