diff options
author | Peter Powell <petpow@saberuk.com> | 2019-01-05 13:28:07 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-01-05 16:54:34 +0000 |
commit | b30988ee6069a6ebe0805fb79a057d7e05688bc6 (patch) | |
tree | 609e70ab87d865d24a53713eecbf2211eeb406b6 /docs/conf/modules.conf.example | |
parent | 9aadc251e9910998fbbe5438b461958a261eae1d (diff) |
Fix the websocket origin config example.
Diffstat (limited to 'docs/conf/modules.conf.example')
-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 285670243..001088bda 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -2183,7 +2183,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://webchat.example.com/*"> +# <wsorigin allow="https://*.example.com/"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # XLine database: Stores all *Lines (G/Z/K/R/any added by other modules) |