Hi, When trying to patch the email template config...
# ory-network
e
Hi, When trying to patch the email template config with command "ory patch ...." i get the error -> URL
<http://storage.cloud.google.com>
is not allowed for
courier.templates.recovery.valid.email.body.html
. Does this mean i cannot use google cloud to store email templates ?
👀 1
h
😞 we currently block this as we use this ourselves. we should enable it. can you use AWS S3 instead maybe? or a github url?
e
Sure. Thanks for replying.
i
Which are other blocked domains? I've tried put the templates in the same server of the self service in a custom domain, but I get "is not allowed" error
h
I was wrong, we currently allow no ULRs, only base64 due to security concerns, but we'll be able to fix that as we have now defense in depth mechanisms