Added SSL for the local development server - #minor#1023
Conversation
pakb
left a comment
There was a problem hiding this comment.
meaning it will be an auto-signed certificate? Does it still work with the more sensitive browers? (Safari on mobile for instance)
@pakb Yes the only drawback is that you always have to use https and bypass browser protection by saying each times you know what you do. This is usefull to test geolocation on mobile (iphone) as you are not allowed to enable geolocation on http ! But I could let the code in and commented so if we need it we can simply uncomment it ? |
Is the code still served as unsecured in parallel or only HTTPS? |
c45a08a to
84d6118
Compare
Test summaryRun details
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Cloud |
This helps to test some features like the geolocation on device mobile which requires ssl (at least on iphone).
84d6118 to
0f0f087
Compare
This helps to test some features like the geolocation on device mobile
which requires ssl (at least on iphone).
Test link