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: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,6 +214,18 @@ For example:
214
214
],
215
215
```
216
216
217
+
#### ☑️ Ignore Domains
218
+
219
+
If for any reason you wish to disable StageFront on specific doamins, you can add these to the `ignore_udomains` array in the [configuration file](#-publish-configuration-file). You can't set this in the `.env` file.
220
+
221
+
For example:
222
+
223
+
```php
224
+
'ignore_domains' => [
225
+
'admin.domain.com',
226
+
],
227
+
```
228
+
217
229
#### ☑️ Link Live Site
218
230
219
231
If you set the URL to your live site, a link will be shown underneath the login form.
0 commit comments