discourse/test
Martin Brennan 0df72a51b8
FIX: Stop infinite lookup-urls issue for video/audio on page (#9096)
Meta report: https://meta.discourse.org/t/excessive-requests-to-uploads-lookup-urls-leading-to-429-response/143119

* The data-orig-src attribute was not being removed from cooked
video and audio so the composer was infinitely trying to get the
URLs for them, which would never resolve to anything
* Also the code that retrieved the short URL was unscoped, and was
getting everything on the page. if running from the composer we
now scope to the preview window
* Also fixed a minor issue where the element href for the video
and audio tags was not being set when the short URL was found
2020-03-03 15:44:01 +11:00
..
javascripts FIX: Stop infinite lookup-urls issue for video/audio on page (#9096) 2020-03-03 15:44:01 +11:00
stylesheets Manage qunit via yarn. 2018-09-11 15:07:28 +08:00
run-qunit.js DEV: Correct error message check in run-qunit 2019-12-12 14:06:06 +00:00
smoke_test.js DEV: Use classes for styling user and group cards (#8913) 2020-02-13 09:58:17 +00:00