Skip to content

fix(clerk-js): Allow wails protocol - #3564

Merged
nikosdouvlis merged 2 commits into
mainfrom
lekoarts/sdk-1821-not-a-valid-protocol-wails
Jun 13, 2024
Merged

fix(clerk-js): Allow wails protocol#3564
nikosdouvlis merged 2 commits into
mainfrom
lekoarts/sdk-1821-not-a-valid-protocol-wails

Conversation

@LekoArts

@LekoArts LekoArts commented Jun 13, 2024

Copy link
Copy Markdown
Contributor

Description

In a previous release the protocol validation for window navigation was added (ref). Since then only http: and https: were allowed. With this release wails: is also supported again.

We don't expect this allow list to be a maintenance burden since most people will use http/https protocols and it's the easiest way to ensure the security fix that the original commit introduced.

Fixes #3545

Checklist

  • npm test runs as expected.
  • npm run build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

@changeset-bot

changeset-bot Bot commented Jun 13, 2024

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 7ed726f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@clerk/clerk-js Patch
@clerk/chrome-extension Patch
@clerk/clerk-expo Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@LekoArts
LekoArts marked this pull request as ready for review June 13, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not a valid protocol - wails://

5 participants