Skip to content

Commit 3df6dfe

Browse files
authored
Merge pull request #94 from skobkin/2.24.x
Fix: Unable to create feed item with 'magnet' URL scheme
2 parents 1a406ef + f34efbb commit 3df6dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Uri.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class Uri
4646
'http',
4747
'https',
4848
'file',
49+
'magnet',
4950
];
5051

5152
/**

0 commit comments

Comments
 (0)