aboutsummaryrefslogtreecommitdiffhomepage
path: root/application/http/UrlUtils.php
Commit message (Collapse)AuthorAgeFilesLines
* Apply PHP Code Beautifier on source code for linter automatic fixesArthurHoaro2020-11-091-5/+6
|
* Add an exception to method 'whitelist_protocols' for url which started with '#'aguy2020-02-281-1/+1
| | | This is to allow local link for markdown, actually a local link write with this syntax : '[anchor](#local_link)' produce this html code: http://#local_link
* namespacing: move HTTP utilities along \Shaarli\Http\ classesVirtualTam2019-01-121-0/+88
Signed-off-by: VirtualTam <virtualtam@flibidi.net>