Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: add CORS_ALLOW_PRIVATE_NETWORK_ACCESS env var #181

Merged
merged 5 commits into from
Jun 13, 2024

Commits on Jun 5, 2024

  1. feature: add CORS_ALLOW_PRIVATE_NETWORK_ACCESS env var

    This is needed to be able to access internal IP ranges from a publicly
    available website, e.g. sourcemaps.
    
    https://developer.chrome.com/blog/private-network-access-preflight/
    danielcompton committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b5a170f View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (nginxin…

    …c#264)
    
    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.7 to 3.25.8.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@f079b84...2e230e8)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and 4141done committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e2a91d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23e9670 View commit details
    Browse the repository at this point in the history
  3. avoid unbound variable errors when checking CORS_ALLOW_PRIVATE_NETWOR…

    …K_ACCESS in vm install
    4141done committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c246797 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82a84d9 View commit details
    Browse the repository at this point in the history