Skip to content

Fixing urls to start with 'https' #1632

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

Merged
merged 4 commits into from
Nov 27, 2019
Merged

Conversation

masterashu
Copy link
Contributor

@masterashu masterashu commented Nov 26, 2019

On the following page https://javascript.info/default-browser-action#catch-links-in-the-element
the link will not redirect the page as expected. This happens because the links are http(not secure)
and most modern browsers block request redirecting to http links from https sites.

Chrome Developer Console:
image

closes #1622

@CLAassistant
Copy link

CLAassistant commented Nov 26, 2019

CLA assistant check
All committers have signed the CLA.

@lex111 lex111 merged commit 2af7402 into javascript-tutorial:master Nov 27, 2019
@lex111
Copy link
Member

lex111 commented Nov 27, 2019

@masterashu thank you!

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 this pull request may close these issues.

The link doesn't follow the url
3 participants