Cory Dowdy

Results 8 comments of Cory Dowdy

hey all don't mean to bring up a looooong stale thread but do we have to add the security exceptions like @bobdenotter showed above ( https://github.com/bolt/boltforms/issues/199#issuecomment-354464744 )? For reference the...

@ornelasnarciso @nhoizey site has security headers. They're at line 20 and you can see them here: https://securityheaders.com/?q=https%3A%2F%2Fnicolas-hoizey.photo%2F&followRedirects=on Csp directives are a server side thing (or meta tag in the head...

@ornelasnarciso You can attach headers with a ``_headers`` file with cloudflare pages like this and a csp example is at the bottom https://developers.cloudflare.com/pages/platform/headers/

@bobdenotter @gawainlynch is there someplace you all already have your Vue components started? I'm integrating one into an extension so I was curious... It'll also make moving extensions to 4...

Sorry @fliespl I got sidetracked and completely forgot about this... Anyways... I probably should have listened to @pedrosanta since they had better foresight than I did when they did the...

pulling up an old issue I know haha so forgive me but I may have so information that may help on the content negotiation front. As of right now you...

Like this! Being able to serve a cached image from the server/disk is something I really look forward too! To piggyback on @jasonvarga filename suggestion for downloading a URL structure...

> Checking to see if the cached image exists will be slow (ie. requires a request to Amazon S3) what I'm suggesting here would add complexity that may not be...