diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-12-17 22:50:44 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-12-17 22:55:05 +0100 |
commit | 16aeef1608942137b857b1fa31661106547eeb29 (patch) | |
tree | ebd12e5eb3abe95ebd1251d193431f052743714b /website/extra | |
parent | 6ca884be755ccb28d2ebfe4b2e138e5b0c276875 (diff) | |
download | lombok-16aeef1608942137b857b1fa31661106547eeb29.tar.gz lombok-16aeef1608942137b857b1fa31661106547eeb29.tar.bz2 lombok-16aeef1608942137b857b1fa31661106547eeb29.zip |
[website] Added security vulnerability disclosure page
Diffstat (limited to 'website/extra')
-rw-r--r-- | website/extra/htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/website/extra/htaccess b/website/extra/htaccess index f2abad2d..e7b54de4 100644 --- a/website/extra/htaccess +++ b/website/extra/htaccess @@ -24,6 +24,10 @@ RewriteRule ^disable-checked-exceptions$ /disable-checked-exceptions.html [L,END RewriteRule ^disable-checked-exceptions(\.html)?/?$ /disable-checked-exceptions [NC,R=301] RewriteRule ^supporters$ /supporters.html [L,END] RewriteRule ^supporters(.html)?/?$ /supporters [NC,R=301] +RewriteRule ^security$ /security.html [L,END] +RewriteRule ^security(.html)?/?$ /security [NC,R=301] +RewriteRule ^contact$ /contact.html [L,END] +RewriteRule ^contact(.html)?/?$ /contact [NC,R=301] RewriteRule ^order-license-info$ /order-license-info.html [L,END] RewriteRule ^order-?license-?info(.html)?/?$ /order-license-info [NC,R=301] RewriteRule ^order-license$ /order-license.html [L,END] |