zevnikrok commented on issue #1622: Disable auto-adding PageSpeed query 
parameter to location header
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1622#issuecomment-541087929
 
 
   I do have rel canonical links, but we send them in header (so we can use 
them also on html files).
   
   But I have put now return 410 in the server configuration segment:
   
   if ($args ~* ".*PageSpeed\=noscript.*") {
     return 410;
   }
   
   And now I hope for the best.
   Thank you for helping resolving the issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to