just for grins, we need this too
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
9ca6a744e0
commit
65225e7d0d
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ RewriteCond %{HTTP_USER_AGENT} ^Python\-urllib.*$
|
||||||
RewriteCond %{REQUEST_METHOD} POST
|
RewriteCond %{REQUEST_METHOD} POST
|
||||||
RewriteRule ^/(.*)=/$ /stickynotes2modernpaste/$1= [L,PT]
|
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.
|
# Otherwise, if we're given a URL with a trailing slash, kill it.
|
||||||
RewriteRule ^/(.*)=/$ /$1= [R,L]
|
RewriteRule ^/(.*)=/$ /$1= [R,L]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue