• Resolved Fropky

    (@fropki)


    Hi,

    I use autoptimize image lazy loading. All the image replaced by https://www.w3.org/2000/svg request. Does it make 3rd party request to w3.org domain? If yes, Can it be replaced by something on domain level. I mean replaced by mydomain.com/2000/svg kind.

    Regards,

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    Does it make 3rd party request to w3.org domain?

    no, it does not, but SVG is based on XML and that requires an xml-namespace, which in the case of SVG indeed is at w3.org but the browser knows this is not a resource that has to be fetched ??

    hope this clarifies,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Image Lazy Loading And 3rd Party Request’ is closed to new replies.