router.get('/', csrfProtection, function (req, res) {
    const hosted = {};
    const providers = common.userConfigs.provider;
    for (const id in providers) {
        if (common.extensions.provider[id].hosted) {