Sexual
Sexual
What do you suspect needs to be done in the iframe to require post messaging? I'll try experiment a little bit and see if it's as simple as running `disableBodyScroll`...
@willmcpo I managed to find a solution that, from what I can tell, works. Wrap the iframe in a div with this styling: ``` -webkit-overflow-scrolling: touch; overflow-y: scroll; ``` Maybe...
I'm having the same issue, but the data being returned is not recent enough. It's 4 days old. It will happily return all data before that.
@Embraser01 On-Demand TLS with a default backend sounds like just what I need! Is there any ETA for this or any advice on where to get started to help implement...
> I'm looking to implement it before the end of the month, will update here when I've made some progress Any update regarding this? Thanks
> > Any update regarding this? Thanks > > Yes! I decided to work on an improved version of the controller and refactored a bunch of things. It also add...
> > Awesome work! Is this ready to be used in a live environment and are there installation instructions for the improved and refactored ingress? > > The project being...
@Embraser01 So after a lot of experimenting, I've gotten a lot further on this. 1. Having a wildcard for ALL hosts supporting automatic HTTPS isn't possible as the hostnames must...
@Embraser01 It appears that this is due to the PROXY protocol not being something that is explicitly able to be set on GKE. https://projectcontour.io/guides/proxy-proto/ I'm not too sure how this...
I have the same issue. Not using relay or apollo client.