You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function after_compute_browser_warnings(msgs, _require, app, _ua_info) {
const suggestions = {
'CFilex': `Vous pouvez aussi essayer le service <a href='https://filesender.renater.fr/'>https://filesender.renater.fr/</a> qui ne nécessite pas un navigateur récent.`,
}
const suggestion = suggestions[app]
if (suggestion) msgs.push("<i>" + suggestion + "</i>")