config.hsts = 'max-age=99; includeSubdomains'
config.cookies = {
secure: true,
httponly: false,
samesite: {
strict: true,
},
}
# By default, load resources only from own origin.
# For CSS, allow styles from style elements and attributes for GWT.
config.csp = {
}
end