Replies: 1 comment 3 replies
-
You should definitely not use "AllowedHosts": "*" as it allows email spoofing from any domains. At least when using Kestrel. IIS should not be an issue. See : https://github.com/OrchardCMS/OrchardCore/pull/10388/files As for the Kestrel endpoints I don't think it is necessary to be by default in the appsettings file. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
//改变配置文件
//Change configuration file
https://github.com/OrchardCMS/OrchardCore/blob/main/src/OrchardCore.Cms.Web/appsettings.json
https://github.com/pgy866/OrchardCore/blob/8ff92f90ab4d6ed348c7110ccb7faecf4054d3f3/src/OrchardCore.Cms.Web/appsettings.json
Beta Was this translation helpful? Give feedback.
All reactions