mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 02:50:10 +01:00
parent
b541623c9e
commit
619f6b3884
@ -57,6 +57,7 @@ async function getPageContent(link) {
|
|||||||
const loader = new PuppeteerWebBaseLoader(link, {
|
const loader = new PuppeteerWebBaseLoader(link, {
|
||||||
launchOptions: {
|
launchOptions: {
|
||||||
headless: "new",
|
headless: "new",
|
||||||
|
ignoreHTTPSErrors: true,
|
||||||
},
|
},
|
||||||
gotoOptions: {
|
gotoOptions: {
|
||||||
waitUntil: "domcontentloaded",
|
waitUntil: "domcontentloaded",
|
||||||
|
Loading…
Reference in New Issue
Block a user