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

feat: support for hosted token worker #1208

Merged
merged 6 commits into from
Dec 11, 2023

Commits on Dec 7, 2023

  1. feat: support for hosted token worker

    When using the SDK in combination with strict Content-Security-Policy (CSP) the policy must include
    `worker-src: blob:` which raises the concern of `unsafe-eval`. This change allows the SDK to be
    configured to load the worker code from a trusted URL, compliant with the CSP, and removes the concern.
    DJMcK committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    45f3def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    baea572 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b234a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9044c63 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    81ace60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd6859 View commit details
    Browse the repository at this point in the history