HemiCZ

Results 3 issues of HemiCZ

### Pimcore version 11.1.5 ### Steps to reproduce `if (method_exists($asset, 'getEmbeddedMetaData')) { $asset->getEmbeddedMetaData(true); }` ### Actual Behavior ErrorException {#158970 #message: "Warning: Trying to access array offset on value of type...

Bug
PR Welcome

### Pimcore version 11.2.3 ### Steps to reproduce Cannot set own TinyMCE config for translation ### Actual Behavior https://github.com/pimcore/pimcore/blob/230610923ee36ab370261fd13a84619be0162ad8/bundles/TinymceBundle/public/js/editor.js#L55 ### Expected Behavior I want to set own config.

Bug
PR Welcome

### Description The current function only checks bots with user-agent like `/bot|crawl|spider|slurp|teoma/i`. However, Google uses other bots with different names, such as: - Google-InspectionTool - GoogleOther - Google-Extended - Chrome-Lighthouse...