1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-04 08:37:11 +02:00

Support view source of "other" type

This commit is contained in:
Raymond Hill 2023-03-30 12:29:02 -04:00
parent 08d411a7b4
commit 3d1c696e20
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -286,6 +286,7 @@ const nodeFromURL = function(parent, url, re, type) {
case 'css':
case 'doc':
case 'frame':
case 'other':
case 'script':
case 'xhr':
href = `code-viewer.html?url=${encodeURIComponent(href)}`;