wangzzleo
wangzzleo
This works for me https://github.com/ffi/ffi/issues/800#issuecomment-1025309396
> 有个黑名单,直接黑名单即可 发自我的 iPhone > […](#) > 在 2019年6月13日,17:11,wangzzleo ***@***.***> 写道: 如何配置禁止某个IP的所有端口访问呢?还是说只能每个端口配置? — You are receiving this because you are subscribed to this thread. Reply to this email directly, view...
> Didn't work for me without additional permission. I launched the front using "Live Server" in VS Code on 5500 port. I had to add the line .setAllowedOrigins("http://127.0.0.1:5500/") to make...