WICG / transfer-size

38 stars 8 forks source link

Specifying limits in iframe request headers #15

Open nbeloglazov opened 6 years ago

nbeloglazov commented 6 years ago

It would be useful if limits on iframe were sent along with iframe request. For example website owner restricts all iframes to 100kb to make sure that ads are small (I assume iframe === ad here). But ad servers have no idea about limits and will return bigger ads. At the same time if ad server new about restriction they could have either server smaller ads (if possible) or just return empty response saving bandwidth and cpu.