diff options
author | Christian Duerr <contact@christianduerr.com> | 2019-01-03 21:18:26 +0100 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-01-05 20:49:39 +0000 |
commit | b6a5ba21a130110c47d9dc43b3d6662051ba22b5 (patch) | |
tree | 56077b8dca0b85909557c174292dfa9902cc5b80 /CHANGELOG.md | |
parent | fbefd804c8785caa058d512a95a8e41a21c69435 (diff) | |
download | alacritty-b6a5ba21a130110c47d9dc43b3d6662051ba22b5.tar.gz alacritty-b6a5ba21a130110c47d9dc43b3d6662051ba22b5.zip |
Limit number of URL schemes
This limits the number of allowed schemes for the URL launcher, to
reduce the number of false-positives.
The accepted URL schemes are now:
- http
- https
- mailto
- news
- file
- git
- ssh
- ftp
This fixes #1727.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d3a483..6735d83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Windows configuration location has been moved from %USERPROFILE%\alacritty.yml to %APPDATA%\alacritty\alacritty.yml - Windows default shell is now PowerShell instead of cmd +- URL schemes have been limited to http, https, mailto, news, file, git, ssh and ftp ### Fixed |