coronasafe/care_fe

View on GitHub
netlify.toml

Summary

Maintainability
Test Coverage
[build]
publish = "build"
command = "CI='' npm run build"
 
[build.environment]
NODE_VERSION = "22.11.0"
NODE_OPTIONS = "--max_old_space_size=4096"
 
[[redirects]]
from = "/*"
to = "/index.html"
status = 200
 
[[headers]]
for = "/*"
[headers.values]
cache-control = "max-age=0, no-store"
X-Frame-Options = "DENY"
X-Content-Type-Options = "nosniff"
Content-Security-Policy-Report-Only = '''
default-src 'self';
style-src 'self' 'unsafe-inline';
img-src 'self' https://cdn.ohc.network https://egov-s3-facility-10bedicu.s3.amazonaws.com https://egov-s3-patient-data-10bedicu.s3.amazonaws.com;
object-src 'self' https://egov-s3-facility-10bedicu.s3.amazonaws.com https://egov-s3-patient-data-10bedicu.s3.amazonaws.com;
report-uri https://csp-logger.ohc.network/
'''