Skip to content

Add CORS headers to webpack.config.js#445

Merged
samholmes merged 1 commit intomasterfrom
sam/fix/webpack-cors
Feb 3, 2026
Merged

Add CORS headers to webpack.config.js#445
samholmes merged 1 commit intomasterfrom
sam/fix/webpack-cors

Conversation

@samholmes
Copy link
Contributor

@samholmes samholmes commented Feb 3, 2026

This is to support core v2.41.0 and greater.

CHANGELOG

Does this branch warrant an entry to the CHANGELOG?

  • Yes
  • No

Dependencies

none

Description

none

Note

Low Risk
Dev-server-only configuration change; low impact outside local development, with main risk being overly permissive local CORS behavior.

Overview
Adds explicit CORS and cross-origin isolation headers to the webpack-dev-server config (Access-Control-*, Cross-Origin-*) to allow local development usage from other origins and enable SharedArrayBuffer/worker scenarios.

Updates the CHANGELOG.md Unreleased section to document the local-dev header change.

Written by Cursor Bugbot for commit d4c190a. This will update automatically on new commits. Configure here.

This is to support core v2.41.0 and greater.
@samholmes samholmes force-pushed the sam/fix/webpack-cors branch from 347d5b5 to d4c190a Compare February 3, 2026 22:44
@samholmes samholmes enabled auto-merge February 3, 2026 22:45
@samholmes samholmes merged commit c30f2a3 into master Feb 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants