Marcin Rataj
Marcin Rataj
[Brave IPFS SOW 2023](https://docs.google.com/document/d/1AH-gR0vAywN_5qTAs6btB6X43SMuDh8iHn2PSMG5a0g/edit#heading=h.7815ow2l4zoc) has an item about exposing IPFS settings from `brave://settings/ipfs` to IPFS Companion extension. We want to be able to read them, and to change them programmatically....
## Problem Seems we have some magic in Chromium implementation of `ipfs://` and `ipns://` that makes `ipfs://docs.ipfs.tech` correctly redirect to /ipns/ namespace. While this sounds like useful, it perpetuates incorrect...
This is a placeholder issue: we won't have paid Countly after Feb 18th, 2024 and iiuc should remove / disable code that sends requests to countly.ipts.tech. There is a proposal...
This is MVP subset of https://github.com/ipfs/ipfs-companion/issues/1281 requested by the Brave team. ## Problem Currently, Companion logic is clashing with Brave logic when both have redirects enabled. > > **Preconditions:** >...
The `#x-ipfs-companion-no-redirect` opt-out described in https://github.com/ipfs/ipfs-companion#toggle-redirects-globally-or-per-site does not seem to work anymore - http://en.wikipedia-on-ipfs.org.ipns.localhost:8080/wiki/#x-ipfs-companion-no-redirect - redirects to http://en.wikipedia-on-ipfs.org.ipns.localhost:8080/wiki/ @whizzzkid not sure if this works, or is worth supporting in MV3....
> This is not blocking https://github.com/ipfs/ipfs-companion/pull/1182, ok to improve in follow-up PR. Subdomain gateway URLs seem to constantly override a rule,with new one that is site-specific, instead of adding a...
See https://github.com/SmaugPool/pool.pm/issues/20#issuecomment-1644792534 for repro steps. CSP blocks image request and it does not load. Potential fix is to ignore subresource requests with `content-security-policy` header that blocks loading resource from user's...
Firefox supports preregistration of handlers via [`protocol_handlers` in webextension Manifest](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/protocol_handlers), but **Chromium does not**: > ([github](https://github.com/w3c/webextensions/issues/317#issuecomment-1380383516)) The title of the Chromium issue was confusing, so to clarify: https://bugs.chromium.org/p/chromium/issues/detail?id=64100#c59 ; basically...
## Current state We have: - "Default Public Gateway" set to `ipfs.io` - "Default Public Subdomain Gateway" set to `dweb.link` ## Problem We've introduced subdomain gateways to solve multiple issues...
Currently, the telemetry (#1117 ) has low value. IIUC only "views" are tracked, and that means only "optiona" and "quick import" features are tracked (because they own HTML page), but...