We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd1096 commit 981bc3eCopy full SHA for 981bc3e
1 file changed
src/Header.php
@@ -419,7 +419,7 @@ public function getPageTitle(): string
419
/** Get the Content-Security-Policy header */
420
private function getCspHeader(): string
421
{
422
- $mapTileUrl = ' tile.openstreetmap.org';
+ $mapTileUrl = ' https://tile.openstreetmap.org';
423
$cspAllow = $this->config->config->CSPAllow === '' ? '' : ' ' . $this->config->config->CSPAllow;
424
$captchaUrl =
425
$this->config->config->CaptchaLoginPrivateKey === '' ||
0 commit comments