How to disable HTTPS redirection in TestCafe

I’m trying to run a test on testcafe, but I’m having a problem. I understand that this is happening because testcafe forces redirection from http to https. On the development stand, the site only works on http. Could you please tell me if there is any option to prevent forced redirection? If there is, where can I specify it?

I also tried setting the baseUrl property in my TestCafe configuration file, but it didn’t work either.