Commit Graph

6 Commits (aed3a436a2dbef40096ec8596cec08e185efe936)

Author SHA1 Message Date
Eugen Rochko 0ae5c6312f
Remove useless `respond_to` calls ()
Eugen Rochko a64973aecf
Fix malformed HTML causing uncaught error ()
Fix OEmbed preview API leaking existence of private statuses (see )
ThibG e25947db4a Sanitize and sandbox toot embeds ()
Eugen Rochko cb5b5cb5f7
Slightly reduce RAM usage ()
* No need to re-require sidekiq plugins, they are required via Gemfile

* Add derailed_benchmarks tool, no need to require TTY gems in Gemfile

* Replace ruby-oembed with FetchOEmbedService

Reduce startup by 45382 allocated objects

* Remove preloaded JSON-LD in favour of caching HTTP responses

Reduce boot RAM by about 6 MiB

* Fix tests

* Fix test suite by stubbing out JSON-LD contexts
abcang 897199910f Improve web api protect ()
Eugen Rochko d1a78eba15 Embed modal ()
* Embed modal

* Proxy OEmbed requests from web UI