We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24206ca commit 5405888Copy full SHA for 5405888
lib/default-config.js
@@ -74,6 +74,7 @@ module.exports = {
74
* @param {Boolean} [ws] - Enable websocket proxying
75
* @param {Function|Array} [middleware]
76
* @param {Function} [reqHeaders]
77
+ * @param {Array} [proxyReq]
78
* @param {Array} [proxyRes]
79
* @default false
80
*/
@@ -185,7 +186,7 @@ module.exports = {
185
186
* @param {Boolean} [async] - should the script tags have the async attribute?
187
* @param {Array} [blacklist]
188
* @param {Array} [whitelist]
- * @param {RegExp} [rule.match=/<body[^>]*>/i]
189
+ * @param {RegExp} [rule.match=/$/]
190
* @param {Function} [rule.fn=Function]
191
* @type Object
192
0 commit comments