You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/bundles/CoreBundle/Translations/en_US/messages.ini
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -196,8 +196,8 @@ mautic.core.config.form.site.url.tooltip="Set the URL to this site here. This is
196
196
mautic.core.config.form.theme="Default landing page and form theme"
197
197
mautic.core.config.form.theme.tooltip="Set the default theme used by the system for rendering landing pages and forms. HINT: Changing this will only affect new pages and won't change existing pages."
mautic.core.config.form.trusted.hosts.tooltip="Explicitely whitelist the hosts allowed to send requests to Mautic. You can use regex and separate multiple hosts with a comma. I.e. .*\.?trusted.com$ If left empty, Mautic will respond to all hosts."
200
-
mautic.core.config.form.trusted_hosts.help="Enter the domain name where your Mautic is installed (e.g., mautic.yourdomain.com)."
199
+
mautic.core.config.form.trusted.hosts.tooltip="Whitelist hosts allowed to send requests to Mautic (comma-separated, regex will be enclosed with '/', i.e. /[your regexp]/ will be /.*\.?trusted.com$/). Leave empty to allow all hosts."
200
+
mautic.core.config.form.trusted_hosts.help="Enter the domain name where your Mautic is installed (e.g., mautic.yourdomain.com). CAUTION: setting this incorrectly can prevent access."
mautic.core.config.form.trusted.proxies.tooltip="Configures the IP addresses that should be trusted as proxies. This setting is mandatory when using Mautic behind an SSL terminating proxy. Separate multiple IP addresses by a comma. i.e 127.0.0.1, 10.0.0.0/8, fc00::/7"
Copy file name to clipboardExpand all lines: app/bundles/CoreBundle/Translations/en_US/validators.ini
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,5 @@ mautic.core.config.form.image.path.invalid="The image path is invalid."
24
24
mautic.core.config.form.image.path.invalid.not.media="The image path is invalid. It must begin with media/."
25
25
mautic.core.config.form.image.path.invalid.folder.not.exists="The image path is invalid. The folder does not exist."
26
26
mautic.core.remote_url_not_allowed="The remote domain in the URL is not allowed due to security reasons. To allow the given domain, add that to the list located at \"Configuration\" -> \"System Settings\" -> \"Miscellaneous Settings\" -> \"Allowed remote domains\"."
27
+
mautic.core.config.form.trusted_hosts.invalid.regexp="The trusted hosts field contains invalid regexp."
28
+
mautic.core.config.form.trusted_hosts.invalid.domain="The trusted hosts field contains invalid domain."
0 commit comments