encode / django-rest-framework

Web APIs for Django. 🎸
https://www.django-rest-framework.org
Other
28.21k stars 6.81k forks source link

Drop HTML line breaks on long headers. #9438

Open tomchristie opened 3 months ago

tomchristie commented 3 months ago

Reverts https://github.com/encode/django-rest-framework/pull/777

We don't really need to add line breaks <br> in the browsable API on long headers. They render fine in the browser as-is. Superseeds fix in #9435 dealing with possible XSS against the browsable API.