# =====================================================================
# VitaraCharts Whitelist File
# ---------------------------------------------------------------------
# PURPOSE:
#   This file defines which external hosts are allowed to be fetched
#   via the server-side URL loader (e.g., SVGs, PNGs, or JPEG files).
#
# FORMAT RULES:
#   - Each allowed entry must be a domain name (no scheme or slashes).
#   - Only base domains or subdomains are allowed.
#   - Comments start with '#' and are ignored.
#   - Whitespace and blank lines are ignored.
#
# EXAMPLES:
#   ✅ Allowed forms:
#      svgrepo.com
#      cloud.vitaracharts.com
#      api.example.org
#
#   ❌ Disallowed (will be ignored):
#      https://svgrepo.com
#      http://example.com/path
#      example.com/icons/
#
# NOTES:
#   - Subdomains are automatically allowed for entries like "example.com".
#     For instance, "cdn.example.com" and "data.example.com" will be valid.
#   - Reload interval: The whitelist is cached for 5 minutes. 
#     To force an immediate reload, restart the application.
# =====================================================================

# Add your allowed domains below this line


