Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit bd47ab1

Browse files
authored
Merge pull request #63 from pwa-builder/unableToVerifyCertificate
rejectUnauthorized is added as a default configuration for requesting PWA URL for extracting manifest URL
2 parents af31823 + 21c9523 commit bd47ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/manifestTools/manifestLoader.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ var request = request.defaults({
2525
encoding: null,
2626
gzip: true,
2727
jar: false,
28+
rejectUnauthorized: false,
2829
headers: {
2930
'Accept': 'text/html, application/xhtml+xml, */*',
3031
'Accept-Language': 'en-US,en;q=0.5',

0 commit comments

Comments
 (0)