diff options
| author | 2019-05-05 14:52:32 +0100 | |
|---|---|---|
| committer | 2019-05-05 14:52:32 +0100 | |
| commit | 3fcf55bef263d20e8aa91f025191cf37f5d5c85a (patch) | |
| tree | f771551543a247863038d2b26903cfc4d5d272f4 /docs | |
| parent | Add the test network to the readme. (diff) | |
| download | inspircd++-3fcf55bef263d20e8aa91f025191cf37f5d5c85a.tar.gz inspircd++-3fcf55bef263d20e8aa91f025191cf37f5d5c85a.tar.bz2 inspircd++-3fcf55bef263d20e8aa91f025191cf37f5d5c85a.zip | |
Fix the <wsorigin> example.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d78e2d123..537144cdf 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -2286,7 +2286,7 @@ # which are allowed to connect to the server. You should set this as # strict as possible to prevent malicious webpages from connecting to # your server. -# <wsorigin allow="https://*.example.com/"> +# <wsorigin allow="https://*.example.com"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # X-line database: Stores all *-lines (G/Z/K/R/any added by other modules) |
