mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-31 16:27:05 +01:00
* Play Internet Sound sanity checks (#36080) * Play Internet Sound sanity checks Now checks if the content URL uses http(s) before playing * HTML is not HTTP: renames regex * Converted global regexes to procs that return them * Revert "Converted global regexes to procs that return them" This reverts commit 2eedbd6982b0c4de943a72c94f92f9d75001c06e. * Play Internet Sound sanity checks