paste.chapril.org-privatebin/tpl
rugk 7cb830e22f
It includes a change in the RegEx for URLs because that was broken when a
& character later followed at any time after a link (even after a newline).
(with a negative lookahead)

Test with https://regex101.com/r/i7bZ73/1

Now the RegEx does not check for _all_ chars after a link, but just for the
one following the link.
(So the lookahead is not * anymore. I guess thsi behaviour was
the expectation when it has been implemented.)
2020-03-06 22:37:12 +01:00
..
.editorconfig Force JSON request for getting paste data 2017-04-11 16:34:13 +02:00
.htaccess updating shipped .htaccess files for Apache 2.4 as per https://httpd.apache.org/docs/2.4/upgrading.html#access - Thanks @EchoDev, fixes #194 2017-03-11 08:56:14 +01:00
bootstrap.php It includes a change in the RegEx for URLs because that was broken when a 2020-03-06 22:37:12 +01:00
page.php It includes a change in the RegEx for URLs because that was broken when a 2020-03-06 22:37:12 +01:00