mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
Detect host from list of allowed urls even if they have http/https
This commit is contained in:
@@ -145,10 +145,7 @@ const AllowedDomainsDialog = ({ show, dialogProps, onCancel, onConfirm }) => {
|
||||
flexDirection: 'column'
|
||||
}}
|
||||
>
|
||||
<span>
|
||||
Your chatbot will only work when used from the following domains. When adding domains, exclude the{' '}
|
||||
<pre style={{ display: 'inline' }}>http://</pre> or <pre style={{ display: 'inline' }}>https://</pre> part.
|
||||
</span>
|
||||
<span>Your chatbot will only work when used from the following domains.</span>
|
||||
</div>
|
||||
<Box sx={{ '& > :not(style)': { m: 1 }, pt: 2 }}>
|
||||
<List>
|
||||
|
||||
Reference in New Issue
Block a user