Replies: 1 comment 2 replies
-
In Chrome and manifest V3, the blocking webRequest intercept feature is no longer allowed. The alternative is to make "synchronous |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, from polaris web https://github.com/WebOfTrust/polaris-web/blob/66ae4932486da12613b800a13f82498dfd063a3e/index.js#L109-L130, I feel we can make some improvements of the user and developer experience when it comes to providing signify headers.
I would like the developer experience to be something like this:
The user experience is something like this:
Do you have any thoughts on this? I can see in the code that chrome.webRequest.onBeforeSendHeaders is used, but in the manifest it looks like these permissions are not requested.
Beta Was this translation helpful? Give feedback.
All reactions