Grant Sparks
Results
3
issues of
Grant Sparks
## Expected Behavior An IP address added to OMR-Bypass should bypass the MPTCP vpn and route via a WAN connection instead of through the VPS ## Current Behavior An IP...
help wanted
I had to add the following code to allow me to execute XHR requests from a local html/javascript file. cog/python/cog/server/http.py ... from fastapi.middleware.cors import CORSMiddleware ... app.add_middleware( CORSMiddleware, allow_origins=["*"], allow_credentials=True,...