The dashboard status indicator favicon (colored circle) uses canvas to generate a data URL that's set as the favicon. This was blocked by CSP in staging/production because default-src didn't include data:. Added data: to default-src directive to fix favicon not updating in browser tabs when device status changes. |
||
|---|---|---|
| .. | ||
| api_auth.ex | ||
| brute_force_protection.ex | ||
| capture_timezone.ex | ||
| check_policy_consent.ex | ||
| detect_eu_user.ex | ||
| filter_noisy_logs.ex | ||
| graphql_introspection.ex | ||
| mobile_auth.ex | ||
| rate_limit.ex | ||
| remote_ip_logger.ex | ||
| security_headers.ex | ||
| update_session_activity.ex | ||
| webhook_auth.ex | ||