Marcin Rataj

Results 493 issues of 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....

kind/enhancement
kind/discussion
exp/expert
P1
area/brave
post-mv3

## 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...

kind/bug
need/triage

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:** >...

kind/bug
P1
area/brave

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....

kind/bug
P3
area/MV3
post-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...

kind/discussion
area/MV3
mv3-beta-bugs

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...

kind/bug
P1
area/firefox
exp/beginner
effort/hours

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...

kind/enhancement
P2
area/chromium
effort/days

## 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...

topic/security
exp/intermediate
P1
effort/hours
effort/days

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...

kind/maintenance