From 27f538e50b487c896cf8b424d642cf7ba156545a Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sat, 5 Sep 2020 22:32:23 -0700 Subject: Update comment for clarity --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'background.js') diff --git a/background.js b/background.js index 49b99edb..94cb616c 100644 --- a/background.js +++ b/background.js @@ -505,7 +505,7 @@ function redirectReddit(url, initiator, type) { if (initiator && initiator.origin === oldRedditView || url.origin === oldRedditView) { return null; } - // Do not redirect anything other than main_frame + // Do not redirect exclusions nor anything other than main_frame if (type !== "main_frame" || url.pathname.match(redditBypassPaths)) { return null; } -- cgit 1.4.1