This website requires JavaScript.
Explore
Help
Sign In
root
/
acme.js
mirror of
https://github.com/therootcompany/acme.js
Watch
2
Star
0
Fork
You've already forked acme.js
1
Code
Issues
8
Releases
Wiki
Activity
333605d9b8
acme.js
/
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
}
;