qotnews/readerserver/constants.js

4 lines
130 B
JavaScript
Raw Normal View History

2020-11-10 01:56:21 +00:00
module.exports.headers = {
'User-Agent': 'Googlebot/2.1 (+http://www.google.com/bot.html)',
'X-Forwarded-For': '66.249.66.1',
};