flowise-embed
Advanced tools
Comparing version
{ | ||
"name": "flowise-embed", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Javascript library to display flowise chatbot on your website", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -0,0 +0,0 @@ <!-- markdownlint-disable MD030 --> |
@@ -204,5 +204,2 @@ Error.stackTraceLimit = 0; | ||
const accept = req.headers['accept']; | ||
const secChUa = req.headers['sec-ch-ua']; | ||
const secChUaPlatform = req.headers['sec-ch-ua-platform']; | ||
const secChUaMobile = req.headers['sec-ch-ua-mobile']; | ||
const secFetchMode = req.headers['sec-fetch-mode']; | ||
@@ -215,6 +212,2 @@ const secFetchSite = req.headers['sec-fetch-site']; | ||
accept && | ||
secChUa && | ||
secChUaPlatform && | ||
secChUaMobile && | ||
['?0', '?1'].includes(secChUaMobile) && | ||
secFetchMode === 'cors' && | ||
@@ -221,0 +214,0 @@ secFetchSite && |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2596981
59.07%151
0.67%8502
75.37%4
33.33%