Results 10 comments of pschuetz

The lowercase only policy was introduced in docker-compose version 2.5.0, see https://docs.docker.com/compose/release-notes/#250.

Hello everyone, I recently got engaged with Exposed and also gave myself a try in implementing a CRUD repository wrapper around the Exposed DSL API. You can find it in...

Can't this be achieved using during() method? see https://github.com/awaitility/awaitility/wiki/Usage#assert-that-a-value-is-maintained

Hey! Content-Security-Policies are an essential tool to protect users from bad code being executed on the users device. If you have a basic content security policy, like `Content-Security-Policy: "style-src 'self'"`...

@guilhermerodz Can you reproduce this? Are you open for contributions regarding this issue? :smiley:

https://github.com/w3c/webappsec-csp/issues/399 related issue

I think reading the current nonce from the script via `document.currentScript.nonce` and setting the nonce to the stylesheet (if present) via `style.setAttribute('nonce', nonce)` could already do the trick.

> > Hey! > > Content-Security-Policies are an essential tool to protect users from bad code being executed on the users device. > > If you have a basic content...

seems to work, see https://github.com/paulschuetz/csp-inline-styles-poc should be quite easy to implement for this library! Can you do it? Or do you need support?