summaryrefslogtreecommitdiff
path: root/legacy/jstests/libs/config_files/disable_jsonp.json
blob: 4d5477a8547d7a24c3b59a8afef067c76be3d958 (plain)
1
2
3
4
5
6
7
{
    "net" : {
        "http" : {
            "JSONPEnabled" : false
        }
    }
}