mirror of
https://github.com/iptv-org/iptv.git
synced 2026-07-10 21:01:34 +08:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
module.exports = function ({ http_referrer }) {
|
|
return http_referrer || null
|
|
}
|