fix globals for Wappalyzer detection
This commit is contained in:
parent
ca8d743870
commit
b4b75151fd
|
|
@ -17,6 +17,6 @@ class SerializeGlobals
|
|||
'i18n' => new stdClass(),
|
||||
'extra' => [],
|
||||
];
|
||||
$event->addContent('<script>const blessing = '.json_encode($blessing).';</script>');
|
||||
$event->addContent('<script>window.blessing = '.json_encode($blessing).';</script>');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user