We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d32375 commit fe4fcc8Copy full SHA for fe4fcc8
docs/en/index.rst
@@ -41,8 +41,8 @@ Configuration
41
* ``DebugKit.safeTld`` - Set an array of whitelisted TLDs for local development.
42
This can be used to make sure DebugKit displays on hosts it otherwise determines unsafe. ::
43
44
- // Allow e.g. http://foo.bar.dev or http://my-shop.local domains locally
45
- Configure::write('DebugKit.safeTld', ['dev', 'local', 'example']);
+ // Allow e.g. http://foo.bar.test or http://my-shop.local domains locally
+ Configure::write('DebugKit.safeTld', ['test', 'local', 'example']);
46
47
* ``DebugKit.forceEnable`` - Force DebugKit to display. Careful with this, it is usually
48
safer to simply whitelist your local TLDs. Example usage::
0 commit comments