Skip to content

feat: change default URL protocol from http:// to https://#751

Open
theperfectpunk wants to merge 1 commit into
emmetio:masterfrom
theperfectpunk:feat/https-default-protocol
Open

feat: change default URL protocol from http:// to https://#751
theperfectpunk wants to merge 1 commit into
emmetio:masterfrom
theperfectpunk:feat/https-default-protocol

Conversation

@theperfectpunk

Copy link
Copy Markdown
Contributor
  • Updated insertHref function to use https:// instead of http:// for URLs without protocol
  • Updated HTML snippets (a:blank, a:link) to use https:// by default
  • Updated all related tests to expect https:// protocol
  • Addresses modern web standards where most websites use SSL encryption

Fixes the issue where Emmet automatically adds http:// protocol when wrapping URLs with anchor tags, now defaults to the more secure https:// protocol.

- Updated insertHref function to use https:// instead of http:// for URLs without protocol
- Updated HTML snippets (a:blank, a:link) to use https:// by default
- Updated all related tests to expect https:// protocol
- Addresses modern web standards where most websites use SSL encryption

Fixes the issue where Emmet automatically adds http:// protocol when wrapping
URLs with anchor tags, now defaults to the more secure https:// protocol.
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.

1 participant