OHDSI Home | Forums | Wiki | Github

Atlas Browser Warning - new config option

Atlas implementers:

If your site enforces non-Chrome browsers and you would like to disable the Atlas browser warning, as of Atlas’s latest commit targeted for v2.14, you can add this to your configLocal file:

configLocal.disableBrowserCheck = true; (by default, this is false in the new Atlas commit)

(This is also available in Broadsea’s develop branch, see ATLAS_DISABLE_BROWSER_CHECK in Section 2 of the .env file)

Please note: disabling the browser check is only to be used if your site cannot use Chrome AND you have tested your non-Chrome browser with Atlas. Atlas development continues to be aimed at Chrome v63+ only.

1 Like
t