Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Firefox DevToiols block all requests

more options

Hi!

When you open network tab on Firefox devtools there is request blocking option. The hint below text box says "Add URL patterns here to block matching requests" but there is no documentation how to write patterns. I tried to google it like 10 different ways and did not find any documentation.

Hi! When you open network tab on Firefox devtools there is request blocking option. The hint below text box says "Add URL patterns here to block matching requests" but there is no documentation how to write patterns. I tried to google it like 10 different ways and did not find any documentation.

Todas as respostas (5)

more options

This is merely about the URL you want to block. This can be the full URL to only block one specific file or only block files on a specific path or block everything from a server. You can possibly drag a specific request to the "block resource when the URL contains" bar and then remove trailing text until you are satisfied.

more options

You didnt read my question. I asked about patterns. For example how do I block every request that goes to let's say any subdomain of google.com (but not google.com itself)?

Or other example, how do I block any request? For example I dont know in advance what url/uri will be posted when I click submit button. I want to click button anyways to see request it makes but I dont want server to get that request.

So the question is how do I write patterns? Does it use regex? Does it have some custom syntax?

Any example patterns?

Alterado por fdoywugozklvsndgax em

more options

I don't think that there is any pattern supported like you mean.

You can check the action on the form in the inspector to see what request will be send and block that URL.

more options

I cant accept it as answer. The text in devtools says "Start by adding a pattern or dragging a row from the network table"

It has word pattern.

more options

I cant accept it as answer. The text in devtools says "Start by adding a pattern or dragging a row from the network table"

It has word pattern.

Also the simplest pattern that blocks everything is *. This already proves that there is at least 1 pattern.