Remove Header "Accept-Ranges: bytes" from response header

System Information
  • 3.6.5:
  • Ubuntu 20.04:
  • Mysql:
  • v12.16.3:
  • 6.14.4:
  • 1.22.5:

The videos are returning as “Partial content” and in my application I need them to return whole. I believe that by removing this header from the response, the browser will no longer opt for “Partial content” requests. I haven’t found where I can configure the strapi response headers, can anyone help me?

image