You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have this working with Blazor, however I cant see how or if its possible to implement Nonces in the blazor client, as the blazor client wouldn't know the Nonce value, as the client and server are separate.
Just wanted to check that my assumption is correct?. which means I have to use
csp.AllowStyles
.FromSelf()
.AllowUnsafeInline()
The text was updated successfully, but these errors were encountered:
Hi, I have this working with Blazor, however I cant see how or if its possible to implement Nonces in the blazor client, as the blazor client wouldn't know the Nonce value, as the client and server are separate.
Just wanted to check that my assumption is correct?. which means I have to use
csp.AllowStyles
.FromSelf()
.AllowUnsafeInline()
The text was updated successfully, but these errors were encountered: