mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
We use img tag for showing the loading spinner in image_upload_widget instead of object tag because using object tag gives the following error "Refused to display 'https://chat.zulip.org/' in a frame because it set 'X-Frame-Options' to 'deny'." in console. As mentioned by Anders in czo, this is probably because we’re loading the SVG using an <object> tag as if it’s totally-not-an-IE3-ActiveX- control. Discussed in #issues > loading tail-spin.svg denied by X-Frame-Options. |
||
|---|---|---|
| .. | ||
| assets | ||
| audio | ||
| generated | ||
| html | ||
| images | ||
| js | ||
| shared | ||
| styles | ||
| templates | ||
| third | ||
| .gitignore | ||