mirror of
https://github.com/therootcompany/acme.js
synced 2025-04-20 06:30:40 +00:00
7 lines
95 B
JavaScript
7 lines
95 B
JavaScript
'use strict';
|
|
|
|
var UserAgent = module.exports;
|
|
UserAgent.get = function () {
|
|
return false;
|
|
};
|