jsdevkr / gitCodeShare.com

Contributhon 2018 - gitCodeShare.com (a.k.a gitShare)
https://gitcodeshare.com
MIT License
76 stars 21 forks source link

[Chrome-Extension] We need to use the HTTPS protocol in our development environment. #89

Closed rayleighko closed 6 years ago

rayleighko commented 6 years ago

We thought our service should also use https in the development environment.

Because, Facebook use https protocol. so, if we use http, our code will not work properly.

But, we thought that it wasn't always easy to use https on localhost's protocol. so, we need to get some feedback this please.

We think our product might be able to use the proxy now. please let me know if you have any comments on this.

siosio34 commented 6 years ago

we don't have gitcodeshare certificate file, so if you want certificate file now then i attempt to make certificate file and connect express or nginx~

ho1234c commented 6 years ago

if we made key file for localhost test, how should we manage key file..? It needs to be accessible to everyone contribute to this project. but key file should be don't reveal in essence. let me know if you have any ideas!

siosio34 commented 6 years ago

i made google drive share link for key and cert file and shared env filelist before project. i think that not bad solution~

ysm-dev commented 6 years ago

There's a solution for development env.

image

Click shield🛡 icon at the right end of address bar in browser, and click Load Unsafe Scripts.

image

Now you allowed mixed content and the site become insecure mode.

image

It's for only development env.

rayleighko commented 6 years ago

Done!