mirror of
https://github.com/iptv-org/iptv.git
synced 2026-03-14 12:12:13 -04:00
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
module.exports = function (http_referrer) {
|
|
return http_referrer || null
|
|
}
|