diff options
Diffstat (limited to '')
| -rw-r--r-- | src/web/_views/footer.php | 2 | ||||
| -rw-r--r-- | src/web/_views/head.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/footer.php b/src/web/_views/footer.php index 8807160..70b1b13 100644 --- a/src/web/_views/footer.php +++ b/src/web/_views/footer.php @@ -41,7 +41,7 @@ <?php /* hack to disable firefox cookie warning*/?> sandbox="allow-scripts" title="<?=lang('john_title')?>" - src="https://john.citrons.xyz/embed?ref=freya.cat" + src="<?=$this->get_scheme()?>://john.citrons.xyz/embed?ref=freya.cat" ></iframe> <iframe height="40" diff --git a/src/web/_views/head.php b/src/web/_views/head.php index 73bd3f6..4d16a1b 100644 --- a/src/web/_views/head.php +++ b/src/web/_views/head.php @@ -39,7 +39,7 @@ <?php if ($current_app != 'bucket'): ?> <link rel="preload" href="<?=$this->get_url("public/font/FontStuck-Extended.woff2")?>" as="font" type="font/woff2" crossorigin> <link rel="preload" href="<?=$this->get_url("public/font/CourierNew.woff2")?>" as="font" type="font/woff2" crossorigin> - <link rel="preconnect" href="https://john.citrons.xyz"> + <link rel="preconnect" href="<?=$this->get_scheme()?>://john.citrons.xyz"> <?php else: ?> <link rel="preload" href="<?=$this->get_url("public/font/Merriweather.woff2")?>" as="font" type="font/woff2" crossorigin> <?php endif ?> |