-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compatibility with Content Security Policy without 'unsafe-eval'? #21
Comments
It seems two calls to node: {
global: false,
setImmediate: false,
clearImmediate: false,
}, The last call is in the It looks like that would work for The use of However, the calls to In the end, though, given that Edit: with the closure version of storage in solid-client-authn-js, it appears that |
Update: |
Describe the bug
nodeSolidServer/solid-auth-client#162 is an issue here too.
I'm not sure what the relationship is with solid-auth-client or the degree to which CSP compatibility is a goal here compared to solid-client-authn, but
new Function
calls still exist in the solid-auth-fetcher bundle.(I'm mostly adding this in case others run into an error)
To Reproduce
Specify a Content-Security-Policy header without 'unsafe-eval'
Login ultimately fails with "Could not obtain the key to sign the token with."
The text was updated successfully, but these errors were encountered: