mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-26 02:54:58 +00:00
10 lines
195 B
Plaintext
10 lines
195 B
Plaintext
section
|
|
h3(id='app.disable') app.disable(name)
|
|
|
|
p.
|
|
Set setting <code>name</code> to <code>false</code>.
|
|
|
|
+js.
|
|
app.disable('trust proxy');
|
|
app.get('trust proxy');
|
|
// => false |