-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: limit SW registration to content root #2682
Conversation
@lidel any chance you can look into why linting is failing? |
@alanshaw @hugomrdias Anyway, switched |
CI fails due to unrelated test ("add recursively") |
Yes, it looks like something changed in @achingbrain any ideas? |
97dceb7
to
7b492d2
Compare
(rebased on latest master) Update: CI hang in "queue" state for over 10h, button for restarting was not available, looks like a TravisCI bug. As a workaround I force-push with a commit message changed to trigger a new run. |
7b492d2
to
c611f0d
Compare
@hugomrdias CI failed because
(https://travis-ci.com/ipfs/js-ipfs/jobs/282596829#L1085) Is there a fix or should we just park this PR until |
When #2729 is merged (hopefully really soon) you should be able to pick this up again. We really should get this in 0.41. |
Introduces hardening proposed in: ipfs/kubo#4025 (comment) License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
For some reason non-master/release branch build failed to find aegir on PATH. This uses npx to ensure it always works License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
f971c19
to
b4e2c91
Compare
@lidel I've rebased this |
This PR introduces hardening proposed in ipfs/kubo#4025 (comment)
go-ipfs version: ipfs/kubo#6801