1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Add noop resources for redirect purpose

Related discussion:
https://github.com/uBlockOrigin/uAssets/issues/25014#issuecomment-2307982886
This commit is contained in:
Raymond Hill 2024-08-24 12:11:35 -04:00
parent 0a048eb64e
commit 59a9a43a83
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
5 changed files with 17 additions and 4 deletions

View File

@ -19,8 +19,6 @@
Home: https://github.com/gorhill/uBlock
*/
'use strict';
/******************************************************************************/
// The resources referenced below are found in ./web_accessible_resources/
@ -159,8 +157,20 @@ export default new Map([
alias: 'nooptext',
data: 'text',
} ],
[ 'noop-vmap1.0.xml', {
alias: 'noopvmap-1.0',
[ 'noop-vast2.xml', {
alias: 'noopvast-2.0',
data: 'text',
} ],
[ 'noop-vast3.xml', {
alias: 'noopvast-3.0',
data: 'text',
} ],
[ 'noop-vast4.xml', {
alias: 'noopvast-4.0',
data: 'text',
} ],
[ 'noop-vmap1.xml', {
alias: [ 'noop-vmap1.0.xml', 'noopvmap-1.0' ],
data: 'text',
} ],
[ 'outbrain-widget.js', {

View File

@ -0,0 +1 @@
<VAST version="2.0"></VAST>

View File

@ -0,0 +1 @@
<VAST version="3.0"></VAST>

View File

@ -0,0 +1 @@
<VAST version="4.0"></VAST>