Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v19.2.24
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v19.2.25
Choose a head ref
  • 5 commits
  • 20 files changed
  • 3 contributors

Commits on Apr 14, 2026

  1. fix(@angular/build): update esbuild to 0.28.0

    This addresses some security vulnerabilities.
    dgp1130 committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    2d53fec View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2026

  1. fix(@angular/ssr): introduce trustProxyHeaders option to safely valid…

    …ate and sanitize proxy headers
    
    This commit adds the `trustProxyHeaders` option to `AngularAppEngineOptions` and `AngularNodeAppEngineOptions` to configure, validate, and sanitize `X-Forwarded-*` headers.
    - When `trustProxyHeaders` is `undefined` (default):
      - Allows `X-Forwarded-Host` and `X-Forwarded-Proto`.
      - Intercepts `X-Forwarded-Prefix` and triggers a dynamic CSR deoptimization to skip SSR if present.
      - Logs an informative message when receiving any other `X-Forwarded-*` headers.
    - When `false`:
      - Ignores and strips all proxy headers from the request.
    - When `true`:
      - Trusts all proxy headers.
    - When a string array:
      - Allows only the proxy headers provided inside the array.
    alan-agius4 committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    02ce8bf View commit details
    Browse the repository at this point in the history
  2. refactor: ensure prerender routes start with a forward slash and upda…

    …te package resolution to use createRequire
    
    This fixes broken e2e tests
    alan-agius4 committed Apr 27, 2026
    Configuration menu
    Copy the full SHA
    bf387fb View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2026

  1. Configuration menu
    Copy the full SHA
    49ae0ad View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2026

  1. Configuration menu
    Copy the full SHA
    1aa23cd View commit details
    Browse the repository at this point in the history
Loading