You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We strip rel=subresource hints when not in preserve urls mode (#973) because they're generally going to be made incorrect by PageSpeed running. The rel=preload hints are a successor, and we should strip them as well.
We strip
rel=subresourcehints when not inpreserve urlsmode (#973) because they're generally going to be made incorrect by PageSpeed running. Therel=preloadhints are a successor, and we should strip them as well.