Project

General

Profile

Feature #1377

Updated by Alexander Watzinger over 3 years ago

Although it doesn't solve the issue for JavaScript frontends (#1233) it could be useful for other scenarios e.g. for THANADOS which doesn't want all data public but uses a Flask frontend. 

 Implementation details 
 * Overrides the public (off) option 
 * localhost should always be accepted (for use in the backend) 
 * Multiple IPs are possible 
 * Can be configured in instance/production.py admin/API and value is saved in the web.settings database table (will be implemented by Alex)

Back