@sap-ux/backend-proxy-middleware
Advanced tools
Comparing version 0.6.23 to 0.6.24
@@ -39,3 +39,4 @@ "use strict"; | ||
onProxyReq(proxyReq, _req, _res, _options) { | ||
if (proxyReq.path.indexOf('Fiorilaunchpad.html') !== -1 && !proxyReq.headersSent) { | ||
var _a; | ||
if (((_a = proxyReq.path) === null || _a === void 0 ? void 0 : _a.includes('Fiorilaunchpad.html')) && !proxyReq.headersSent) { | ||
proxyReq.setHeader('accept-encoding', 'br'); | ||
@@ -42,0 +43,0 @@ } |
@@ -12,3 +12,3 @@ { | ||
}, | ||
"version": "0.6.23", | ||
"version": "0.6.24", | ||
"license": "Apache-2.0", | ||
@@ -15,0 +15,0 @@ "author": "@SAP/ux-tools-team", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56582
839
53