elgentos / magento2-cypress-testing-suite

A community-driven Cypress testing suite for Magento 2
MIT License
172 stars 37 forks source link

Support preflight for http:// base URLs (not only https://) #71

Closed Vinai closed 2 years ago

Vinai commented 2 years ago

Currently running the preflight request against an instance without https fails. This PR fixes the problem.

peterjaap commented 2 years ago

Ah, ran into this and just removed the entire preflight part :) Thanks!