Mercurial > libervia-web
comparison src/browser/sat_browser/constants.py @ 612:5983d6be4f07 frontends_multi_profiles
browser side (web panel): schemes are now checked, if no scheme is given (or a not accepted one), http:// is used
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 10 Feb 2015 19:38:28 +0100 |
parents | 7af8f4ab3675 |
children | 267761bf7f08 |
comparison
equal
deleted
inserted
replaced
611:6016c74ee323 | 612:5983d6be4f07 |
---|---|
34 ('General', C.SHOW_OFFLINE_CONTACTS), | 34 ('General', C.SHOW_OFFLINE_CONTACTS), |
35 ('General', C.SHOW_EMPTY_GROUPS), | 35 ('General', C.SHOW_EMPTY_GROUPS), |
36 ] | 36 ] |
37 | 37 |
38 WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org" | 38 WEB_PANEL_DEFAULT_URL = "http://salut-a-toi.org" |
39 WEB_PANEL_SCHEMES = {'http', 'https', 'ftp', 'file'} |