Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 729 Bytes

2024-02-13-fix-plugin-index-html.md

File metadata and controls

17 lines (17 loc) · 729 Bytes
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
---

Core

  • Changed \Shopware\Core\Framework\Api\Controller\InfoController::getBaseUrl to return Symfony route administration.plugin.index
  • Changed \Shopware\Core\Framework\Api\EventListener\ResponseHeaderListener no longer checks for X-FRAME-OPTIONS header in response
  • Changed \Shopware\Core\Framework\Routing\CoreSubscriber to only add X-Frame-Options header to response if it is not already set

API

  • Added administration.plugin.index route

Administration

  • Changed webpack.config.js to use HtmlWebpackPlugin to inject base tag into index.html