Harry Green

Results 5 issues of Harry Green

Issue: https://github.com/jafaircl/gatsby-plugin-amp/issues/31

### Problem Gatsby add `` scripts to each page. The browser will download these, but never execute them. Chrome warns about this issue with the console message: > The resource...

With `skipThirdPartyRequests: true`, calls to our own APIs are blocked too . I added an `allowedThirdPartyDomains` array to the `options` config, to act as a whitelist. Example usage: ```json //...

Hey. The library is fantastic. Perhaps this is more related to Cognito than specifically to this library. We've successfully deployed the CDK setup and now want to allow a standard...

After much head scratching, I noticed query strings are removed if the trailing slashes are missing from URLs. E.g. > http://localhost:8000/foo?x=123 automatically redirects to > http://localhost:8000/foo/ whereas I think it...