Whitelist all chrome extension domains

Hey!

I am trying to build a crypto wallet and I am using web3 auth to handle a part of the authentication flow.

We are building it as a chrome extension so we would be needing to whitelist all chrome extension domains since on all browsers every extension has a different url.

We are launching soon and need support regarding this asap for testing and QA.

Any help is deeply Appreciated!

thanks

@jivinvaidya Welcome Aboard!

Once you have the build folder ready for the extension, you would need to go to chrome://extensions/ and load the unpacked extension from the build folder. That will give you the extension ID which you would need to add to the Web3Auth Dashboard.

Add chrome-extension://<extension-id> to the Whitelisted URLs in the Web3Auth Dashboard.

You can refer to our detailed guide to help you with your implementation:

Hey there! The problem we’re facing is that on every extension installation (I mean, every different user), the extension ID changes. So that’s why we want to whitelist all the URLs

Hello @matias
I think there is a way for the extension id to be the same all the time.
How about refering to this idea?

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.