hass-core/homeassistant/components/http
Paulus Schoutsen bd0373388d
Trusted networks auth provider warns if detects a requests with x-forwarded-for header while the http integration is not configured for reverse proxies (#51319)
* Trusted networks auth provider to require http integration configured for proxies to allow logging in with requests with x-forwarded-for header

* Make it a warning
2021-06-01 12:51:44 +02:00
..
__init__.py Trusted networks auth provider warns if detects a requests with x-forwarded-for header while the http integration is not configured for reverse proxies (#51319) 2021-06-01 12:51:44 +02:00
auth.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
ban.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
const.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
cors.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
data_validator.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
forwarded.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
manifest.json Add support for IoT class in manifest (#46935) 2021-04-15 10:21:38 +02:00
request_context.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
security_filter.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
static.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
view.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00
web_runner.py Add missing type hints in http component (#50411) 2021-05-10 14:30:47 -07:00