Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 401 Bytes

2022-04-27-parse-all-hosts-in-app-manifest-file.md

File metadata and controls

7 lines (7 loc) · 401 Bytes
title issue
Parse all hosts from app manifest files
NEXT-21320

Core

  • Added method getAllHosts() to \Shopware\Core\Framework\App\Manifest\Manifest to get all hosts referenced in the manifest file.
  • Changed \Shopware\Core\Framework\App\Lifecycle\AppLifecycle to save all hosts from manifest file as allowed hosts, instead of only those that are specified in the allowed hosts field.