Skip to content

Commit

Permalink
fix: update redirect opt-out symbol to final version
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Jul 2, 2018
1 parent 6dd5f51 commit efd5dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function checkGateways (gateways) {
gateways.forEach((gateway) => {
const gatewayAndHash = gateway.replace(':hash', hashToTest)
// opt-out from gateway redirects done by browser extension
const testUrl = gatewayAndHash + '#x-ipfs-no-redirect'
const testUrl = gatewayAndHash + '#x-ipfs-companion-no-redirect'
fetch(testUrl)
.then(res => res.text())
.then((text) => {
Expand Down

0 comments on commit efd5dbf

Please sign in to comment.