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 203d438 commit 1999653Copy full SHA for 1999653
proxy.config.json
@@ -136,7 +136,7 @@
136
"csrfProtection": true,
137
"plugins": [],
138
"tls": {
139
- "enabled": true,
+ "enabled": false,
140
"key": "certs/key.pem",
141
"cert": "certs/cert.pem"
142
}
test/chain.test.js
@@ -15,7 +15,7 @@ const mockLoader = {
15
],
16
};
17
18
-const initMockPushProcessors = () => {
+const initMockPushProcessors = (sinon) => {
19
const mockPushProcessors = {
20
parsePush: sinon.stub(),
21
audit: sinon.stub(),
0 commit comments