mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-12 10:00:05 -04:00
3 lines
77 B
JavaScript
3 lines
77 B
JavaScript
module.exports = function (http_referrer) {
|
|
return http_referrer || null
|
|
}
|