Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Upgrade follow-redirects to version 1.15.6 or later
Merged did:key:z6MkkfM3...sVz5 opened 2 years ago

When using axios, its dependency library follow-redirects only clears authorization header during cross-domain redirect, but allows the proxy-authentication header which contains credentials too.

check check-visual check-unit-test check-httpd-api-unit-test check-e2e check-build

👉 Preview
👉 Workflow runs
👉 Branch on GitHub

1 file changed +4 -3 9638922c 65bbccb1
modified package-lock.json
@@ -5,6 +5,7 @@
  "requires": true,
  "packages": {
    "": {
+
      "name": "radicle-interface",
      "version": "1.0.0",
      "hasInstallScript": true,
      "dependencies": {
@@ -2545,9 +2546,9 @@
      "dev": true
    },
    "node_modules/follow-redirects": {
-
      "version": "1.15.5",
-
      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz",
-
      "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==",
+
      "version": "1.15.6",
+
      "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz",
+
      "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==",
      "dev": true,
      "funding": [
        {