Thom Krupa

Results 7 comments of Thom Krupa

Hey, I'm happy to review the content. I'm already in touch with @mneumegen, and we need to catch up and talk about Jamstack—it is his initiative. I think he is...

Hey! We're planning a bigger update soon to fix all the issues and make it work with the newer Gatsby versions.

Unfortunately, it's not a bug and can't be fixed unless the gatsby-image changes its behavior. Gatsby-image uses inline styles in style attributes (as opposed to inline elements). According to the...

hey @k8martian, you can add a custom `style-src` directive with `unsafe-inline` value, something like: ```javascript { resolve: `gatsby-plugin-csp`, options: { directives: { "style-src": "'self' 'unsafe-inline'", } } } ``` That...

@NWRichmond exactly. I will update readme to make it more clear.

> **Can you support more params?** We deliberately just support the most common params that are shared between all CDNs. If you need more params then you can use the...

Hey @darisi, it seems to be related to https://github.com/GoogleChrome/lighthouse/issues/10198