Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix plugin index.html
issue: NEXT-33455
author: Sebastian Seggewiss
author_email: s.seggewiss@shopware.com
author_github: @seggewiss
---
- Changed
\Shopware\Core\Framework\Api\Controller\InfoController::getBaseUrl
to return Symfony routeadministration.plugin.index
- Changed
\Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener
no longer checks forX-FRAME-OPTIONS
header in response - Changed
\Shopware\Core\Framework\Routing\CoreSubscriber
to only addX-Frame-Options
header to response if it is not already set
- Added
administration.plugin.index
route
- Changed
webpack.config.js
to useHtmlWebpackPlugin
to injectbase
tag intoindex.html