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