Lofesa commented on issue #1684: anchored links break when javascript is disabled in browser (for users of noscript) URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1684#issuecomment-606532160 Hi I think is not in hand of this module change the http spec. The purpose of `?PageSpeed=noscript ` is for disable some filter that need javascript to work. The metatag refresh (http spec) do a internal redirect to one and only one uri, in this case to the main url with the parameter to disable pagespeed filters. In the server side, the anchors are unknow (http spec), so can´t manipulate it. To manipulate the anchors you need some thing in the client side (javascript) but is disabled. Not using the `?PageSpeed=noscript ` make some filters don´t work and maybe throw some error mesages in dev tools console. If your site works well s/o making these redirect to disable filters, I can see any mayor problem...
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
