mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Replace Markdown formatting with HTML (#580)
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
"name": "discogs-search"
|
||||
},
|
||||
{
|
||||
"description": "Demonstrates how to block network requests without host permissions using the declarativeNetRequest API with the `declarative_net_request` manifest key.",
|
||||
"description": "Demonstrates how to block network requests without host permissions using the declarativeNetRequest API with the <code>declarative_net_request</code> manifest key.",
|
||||
"javascript_apis": [
|
||||
"declarativeNetRequest.Rule",
|
||||
"declarativeNetRequest.RuleAction",
|
||||
@@ -180,7 +180,7 @@
|
||||
"name": "dnr-dynamic-with-options"
|
||||
},
|
||||
{
|
||||
"description": "Demonstrates multiple ways to redirect requests using the declarativeNetRequest API through the `declarative_net_request` manifest key. Demonstrates aspects of Manifest Version 3 (MV3): action, host_permissions, and web_accessible_resources, and includes a comparison with Manifest Version 2 (MV2).",
|
||||
"description": "Demonstrates multiple ways to redirect requests using the declarativeNetRequest API through the <code>declarative_net_request</code> manifest key. Demonstrates aspects of Manifest Version 3 (MV3): action, host_permissions, and web_accessible_resources, and includes a comparison with Manifest Version 2 (MV2).",
|
||||
"javascript_apis": [
|
||||
"declarativeNetRequest.Redirect",
|
||||
"declarativeNetRequest.Rule",
|
||||
|
||||
Reference in New Issue
Block a user