From ec4e3b7392e63772e73eb8e4f7f1ccaa2058668d Mon Sep 17 00:00:00 2001 From: mrjvs Date: Sat, 10 Feb 2024 21:03:06 +0100 Subject: [PATCH] Fix linting --- src/tabs/PermissionRequest.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tabs/PermissionRequest.tsx b/src/tabs/PermissionRequest.tsx index dc26d90..234bde4 100644 --- a/src/tabs/PermissionRequest.tsx +++ b/src/tabs/PermissionRequest.tsx @@ -66,7 +66,8 @@ export default function PermissionRequest() {

Network Requests

This permission allows the extension to instruct the browser how to request data from sites. In more - technical terms, this allows movie-web to modify HTTP headers that it wouldn't normally be allowed to. + technical terms, this allows movie-web to modify HTTP headers that it wouldn't normally be allowed + to.

You won't be prompted for this permission, it's included in “Read & change data from all sites”.