Skip to content
Snippets Groups Projects
Commit 6d7ad5f8 authored by Yazan Majadba's avatar Yazan Majadba Committed by Gaus Surahman
Browse files

Issue #3397716 by YazanMajadba: Images not loaded on AMP pages

parent d14a0863
No related branches found
No related tags found
No related merge requests found
Blazy 8.x-2.0-dev, 2023-11-04
------------------------------
- Issue #3397716 by YazanMajadba: Images not loaded on AMP pages.
- Issue #3396231 by joelpittet: DOMpurify library missing license URL.
Blazy 8.x-2.0-dev, 2023-10-17
......
......@@ -134,7 +134,7 @@ class Path {
public static function isAmp(): bool {
if (!isset(static::$isAmp)) {
$request = self::request();
static::$isAmp = $request && $request->query->get('amp');
static::$isAmp = $request && $request->query->get('amp') !== NULL;
}
return static::$isAmp;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment