mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
Fix secure-http check to avoid bypass using emojis
This commit is contained in:
parent
f3e877a80e
commit
fa3b9582c3
2 changed files with 3 additions and 2 deletions
|
@ -294,6 +294,7 @@ class ConfigTest extends TestCase
|
|||
'http://packagist.org',
|
||||
'http://10.1.0.1/satis',
|
||||
'http://127.0.0.1/satis',
|
||||
'http://💛@example.org',
|
||||
'svn://localhost/trunk',
|
||||
'svn://will.not.resolve/trunk',
|
||||
'svn://192.168.0.1/trunk',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue