diff --git a/docs/faq.md b/docs/faq.md index bab5cbc..78a5058 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -16,7 +16,7 @@ But it’s not required. You can only allow it on specific websites. 👌 ## Why does this extension require a new permission? :id=permission-alert-on-safari -You may see this alert on Safari after updating Redirect Web: +You may see this alert in Safari after updating Redirect Web: ![An alert of disabling the app](assets/safari-additional-permission-alert.webp ':size=280') diff --git a/docs/redirect-rule.md b/docs/redirect-rule.md index 19a3a3f..37453ac 100644 --- a/docs/redirect-rule.md +++ b/docs/redirect-rule.md @@ -15,7 +15,7 @@ Specify the **Type** option to control how the app handles redirection. You can * **DNR** (Experimental): * This allows you to specify [Resource Types](#resource-types) ~~and [Request Methods](#request-methods)~~. * This type works much faster than the Original type because it doesn't initiate a network request for the source URL. - * ⚠️ If you update Redirect Web to version 7 or later, you may see an alert on Safari that disables the extension due to a new permission request for this type. [Details](./faq#permission-alert-on-safari) + * ⚠️ If you update Redirect Web to version 7 or later, you may see an alert in Safari that disables the extension due to a new permission request for this type. [Details](./faq#permission-alert-on-safari) * ⚠️ You can't use some options, such as [Capturing Group Processing](#capturing-group-processing) and [Excluded URL Patterns](#excluded-url-patterns). * ⚠️ Currently, you can't include pipes (`|`) in your Regular Expression pattern. [Details](https://github.com/mshibanami/redirect-web/issues/44) * ⚠️ Since the DNR API still has some issues, we consider that is still an experimental feature. You can find the list of all the known issues [here](https://github.com/mshibanami/redirect-web/labels/DNR).