pixiebrix-extension
pixiebrix-extension copied to clipboard
PixieBrix browser extension
Currently we use [a hack](https://github.com/pixiebrix/pixiebrix-extension/blob/main/src/contentScript/contentScriptCore.ts#L81) to remove the sandbox attribute from iframes that use the `srcdoc` and `sandbox` attribute in order for our content script to be properly injected into...
Follow-up to https://github.com/pixiebrix/pixiebrix-extension/pull/8922 We've identified setting `match_origin_as_fallback` in the manifest as a preferred approach to fixing https://github.com/pixiebrix/pixiebrix-extension/issues/8921 But neither @fungairino nor @mnholtz were able to replicate a fix locally with...