mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: disable cdn js debugging out of the box
Some plugins mess it up
This commit is contained in:
parent
19d1a9c96b
commit
acee21cb6f
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ uncategorized:
|
||||||
type: list
|
type: list
|
||||||
default: ''
|
default: ''
|
||||||
|
|
||||||
enable_cdn_js_debugging: true
|
enable_cdn_js_debugging: false
|
||||||
|
|
||||||
show_create_topics_notice:
|
show_create_topics_notice:
|
||||||
client: true
|
client: true
|
||||||
|
|
Loading…
Reference in a new issue