Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we upgrade http://example.com to https://example.com? #39

Open
wChenonly opened this issue May 23, 2024 · 2 comments · May be fixed by #38
Open

Can we upgrade http://example.com to https://example.com? #39

wChenonly opened this issue May 23, 2024 · 2 comments · May be fixed by #38

Comments

@wChenonly
Copy link

wChenonly commented May 23, 2024

For some projects quality requirements must be https protocol in the code
Otherwise, it will be reported by the scanner this http://example.com

Modern browsers can also automatically convert http to https

@mister-ben
Copy link
Contributor

Here ?

const DEFAULT_LOCATION = 'http://example.com';

I may as well add it to #38 as that changes that file

@wChenonly
Copy link
Author

Here ?

const DEFAULT_LOCATION = 'http://example.com';

I may as well add it to #38 as that changes that file

yes

@mister-ben mister-ben linked a pull request May 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants