element-call
element-call copied to clipboard
Content-Type of non-HTML responses is "text/html"
Steps to reproduce
- Open Element Call in a web browser & open a network log
- Filter out CSS, JS, fonts, images, etc, but not HTML
- Refresh the page
Outcome
What did you expect?
Only requests returning HTML should appear in the network log.
What happened instead?
JSON & png requests appear too, as they have response headers of Content-Type: text/html; charset=UTF-8.
Operating system
Fedora
Browser information
Firefox 125.0.2
URL for webapp
Commit b5d25f1f
Will you send logs?
No