mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
15 lines
721 B
Markdown
15 lines
721 B
Markdown
---
|
|
title: How-to-deal-with-uMatrix
|
|
description:
|
|
published: true
|
|
date: 2021-05-23T16:58:41.524Z
|
|
tags:
|
|
editor: markdown
|
|
dateCreated: 2021-01-28T20:39:36.844Z
|
|
---
|
|
|
|
If you're using [uMatrix](https://github.com/gorhill/uMatrix), you'll not be able to automatically play a video served by Invidious on other websites without unblocking requests to Invidious instances.
|
|
|
|
So, to make it work, you'll need to allow `css`, `image`, `media`, `script`, `xhr`, `frame` for the instance form which you're trying to play the video.
|
|
|
|
Since there are more and more Invidious instances, you can use the tool called [Invimatrix](https://booteille.gitlab.io/invimatrix/) to automatically generate uMatrix rules for every known instances.
|