http instead of https?
kevinrenskers opened this issue · 2 comments
kevinrenskers commented
I'm using a local development server, which doesn't work over http. Yet Squid always loads everything over https. I see there's a usesSecureProtocol
property but that has to be specified per request, not on the HttpService
level. Am I missing something? 🤔
borchero commented
Check out https://github.com/borchero/Squid/releases/tag/1.5.0 ;)
kevinrenskers commented
Awesome, thanks!