@redhat-cloud-services/frontend-components-config-utilities 1.4.15 → 1.4.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redhat-cloud-services/frontend-components-config-utilities",
3
- "version": "1.4.15",
3
+ "version": "1.4.16",
4
4
  "description": "Utilities for shared config used in RedHat Cloud Services project.",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -114,7 +114,7 @@ module.exports.registerChrome = ({ app, chromePath, keycloakUri, https, proxyVer
114
114
  console.log('inject keycloak', req.url);
115
115
  }
116
116
  fileString = fileString
117
- .replace(/http:\/\/sso.qa.redhat.com/gm, keycloakUri);
117
+ .replace(/https?:\/\/sso.qa.redhat.com/gm, keycloakUri);
118
118
  }
119
119
  res.end(fileString);
120
120
  } else {