 Issue 29490710:
  #2007 - Remove submitEmail endpoint from adblockplus nginx configuration  (Closed)
    
  
    Issue 29490710:
  #2007 - Remove submitEmail endpoint from adblockplus nginx configuration  (Closed) 
  | Index: modules/web/templates/adblockplus.org.conf.erb | 
| =================================================================== | 
| --- a/modules/web/templates/adblockplus.org.conf.erb | 
| +++ b/modules/web/templates/adblockplus.org.conf.erb | 
| @@ -309,12 +309,6 @@ | 
| { | 
| try_files $uri @proxied; | 
| } | 
| -location /submitEmail | 
| -{ | 
| - # https://issues.adblockplus.org/ticket/3204 | 
| - access_log /var/log/nginx/email_submission data; | 
| - echo_read_request_body; | 
| -} | 
| location /verifyEmail | 
| { | 
| # Workaround for MS Outlook's behavior of re-encoding URLs; |