Mahdi Mohaveri
Mahdi Mohaveri
I'm using version 1.5.2 and have the exact same issue when connecting to an API behind a proxy (gloo edge proxy)
@bnfinet Are you interested in a PR adding this functionality? I personally need this feature and don't want to switch my whole stack from Nginx to OpenResty because of it.
Yes, I would prefer to have the option to whitelist specific users for specific domains while using Nginx.
Currently I'm using Gitea Yeah, that's definitely possible, but a little too much for a simple whitelisting.
@JamesDommisse I did as you said, now my development is broken as during development webpack does not create the css files, is there a way to tell webpack to edit...
For other people that might end up here, you can add a manifestTransformer function to the plugins options and in that remove the css from contnet_scripts if it's running in...
I have the same request for exact same reasons, and I'm willing to spend some time on it. What's the process on creating the PR? Should I implement something that...
My initial though is let's expose all events (that may lead to a log) to outside using a hook that sends them over a channel (the same way we're handling...
I agree with your concern, what you're describing can happen and detecting it will not be an easy task for the end user. But I have problems with your suggestion....
> This sounds like a bit of an overkill. I like to treat logging as a simple and efficient way to understand how the system behaves. Adding multiple log event...