Via mdn/content#43892
URLs have a maximum length of 8k - it's possible using the playground to generate longer URLs.
We should, at least:
- add validation in the Playground directly that prevents generation of URLs exceeding 8000 encoded characters
- add a Content built-time test to as a backstop
Via mdn/content#43892
URLs have a maximum length of 8k - it's possible using the playground to generate longer URLs.
We should, at least: