if (config.CLIENT_HINTS && request.headers.hasOwnProperty("dpr")) {
      const dpr = clamp(float(1)(request.headers.dpr), 1, 10);

      responseHeader["Content-DPR"] = dpr;
      responseHeader.Vary = request.headers.hasOwnProperty("width")