just for grins, we need this too

Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
Rick Elrod 2017-01-09 23:43:53 +00:00
parent 9ca6a744e0
commit 65225e7d0d

View file

@ -13,6 +13,11 @@ RewriteCond %{HTTP_USER_AGENT} ^Python\-urllib.*$
RewriteCond %{REQUEST_METHOD} POST
RewriteRule ^/(.*)=/$ /stickynotes2modernpaste/$1= [L,PT]
RewriteCond %{HTTP_USER_AGENT} ^fpaste\/0\.3.*$ [OR]
RewriteCond %{HTTP_USER_AGENT} ^Python\-urllib.*$
RewriteCond %{REQUEST_METHOD} POST
RewriteRule ^/(.*)=//$ /stickynotes2modernpaste/$1= [L,PT]
# Otherwise, if we're given a URL with a trailing slash, kill it.
RewriteRule ^/(.*)=/$ /$1= [R,L]