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
Some sites seems to override the URL property with a string or not a constructor which means our robots.txt cannot be fetched. We should guard us against URL injection like we do for promises.
TypeError: URL is not a constructor
File "<anonymous>", line 6, in getRobotsTxtContent
File "<anonymous>", line 16, in __nativePromise.resolve.then._
TypeError: URL is not a constructor
The text was updated successfully, but these errors were encountered:
Some sites seems to override the URL property with a string or not a constructor which means our robots.txt cannot be fetched. We should guard us against URL injection like we do for promises.
https://sentry.io/google-lighthouse/lighthouse/issues/495524891/
The text was updated successfully, but these errors were encountered: