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

URI encode calls to proxy, update usage of Opensea API #749

Merged
merged 4 commits into from
Feb 24, 2022

Conversation

mholtzman
Copy link
Collaborator

No description provided.

main/index.js Outdated
@@ -137,7 +138,12 @@ ipcMain.on('dash:reloadSigner', (e, id) => {
})

ipcMain.on('tray:openExternal', (e, url) => {
if (externalWhitelist.indexOf(url) > -1) shell.openExternal(url)
if (externalWhitelist.indexOf(url) > -1) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@floating do we still need the first check or does the second check supersede it?

@mholtzman mholtzman merged commit 0c24a44 into beta.13 Feb 24, 2022
@mholtzman mholtzman deleted the uri-encode-calls-to-proxy branch February 24, 2022 19:10
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