mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 09:41:30 -04:00
Change format of User-Agent
This commit is contained in:
parent
43a7f53ddc
commit
52085ca145
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const semver = require('semver');
|
|||
const settings = require('./Settings');
|
||||
const axios = require('axios');
|
||||
const headers = {
|
||||
'User-Agent': 'Etherpad ' + settings.getEpVersion(),
|
||||
'User-Agent': 'Etherpad/' + settings.getEpVersion(),
|
||||
}
|
||||
|
||||
const updateInterval = 60 * 60 * 1000; // 1 hour
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue