2
0
mirror of https://github.com/therootcompany/acme.js synced 2025-04-20 14:40:39 +00:00
acme.js/lib/browser/client-user-agent.js
2020-07-28 15:53:50 -06:00

7 lines
95 B
JavaScript

'use strict';
var UserAgent = module.exports;
UserAgent.get = function () {
return false;
};