aKzenT
aKzenT
@jamesjieye do you plan to release a v4 compatible version or would you publish one if someone opens a PR? Or is this project dead?
Got it. The confusing thing for me is that it was present in previous versions of the library and now disappeared which breaks our code using the property. So was...
Not exactly. The referenced issue is about adding nonces to generated style or script element. While also an important aspect in complete CSP support, it does not solve the issue...
I think you are mostly right. However there are some problems with this approach: Using hashes for inline-attributes is a CSP Level 3 feature and requires the 'unsafe-hashes' attribute, which...
Are you suggesting to not use any CSP rule for styles (just allowing everything)? Or do you still see a value in using a domain whitelist? Because it's not possible...
I'm having the same issues. All examples are focussed on calling web APIs while also enabling authentication for the web app itself. I did not find any good solution that...
I'm facing the same problem and did not manage to write an extension method like suggested that does not depend on calling AddAuthentication. @jennyf19 any help?
Hey, just wanted to vote to have this included by default in the main branch. I also want to use glove in windows and had to do several modifications to...
@gaebor I got it to run locally by fixing the "b" flag in some of the fopen() calls. Unfortunately that is not enough and you also have to do `...
Error parsing stylesheets where media query contains classname that contains the string 'container-'
@surma Any updates on this? We have a large code base with many "container" classes and this issue is currently preventing us from using the library.