This website requires JavaScript.
Explore
Help
Sign In
coolaj86
/
acme.js-ARCHIVED
Watch
2
Star
1
Fork
You've already forked acme.js-ARCHIVED
0
Code
Issues
4
Pull Requests
3
Releases
Activity
a99a0cc211
acme.js-ARCHIVED
/
lib
/
browser
/
client-user-agent.js
7 lines
94 B
JavaScript
Raw
Normal View
History
Unescape
Escape
add User-Agent string as per RFC 8555 and RFC 7231
2019-10-25 00:48:34 +00:00
'use strict'
;
var
UserAgent
=
module
.
exports
;
request cleanup
2019-10-25 10:54:40 +00:00
UserAgent
.
get
=
function
(
)
{
return
false
;
add User-Agent string as per RFC 8555 and RFC 7231
2019-10-25 00:48:34 +00:00
}
;