1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 17:49:39 +02:00

Fix "View source..." context menu entry in Firefox

This commit is contained in:
Raymond Hill 2023-03-12 10:21:30 -04:00
parent 4b6ce5e402
commit 7b632b32a8
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -191,7 +191,6 @@ const menuEntries = {
title: i18n$('contextMenuViewSource'),
contexts: [ 'page', 'frame', 'link' ],
documentUrlPatterns: [ 'http://*/*', 'https://*/*' ],
targetUrlPatterns: [ 'http://*/*', 'https://*/*' ],
},
};