mirror of https://github.com/gorhill/uBlock.git
Add noop resources for redirect purpose
Related discussion: https://github.com/uBlockOrigin/uAssets/issues/25014#issuecomment-2307982886
This commit is contained in:
parent
0a048eb64e
commit
59a9a43a83
|
@ -19,8 +19,6 @@
|
||||||
Home: https://github.com/gorhill/uBlock
|
Home: https://github.com/gorhill/uBlock
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
// The resources referenced below are found in ./web_accessible_resources/
|
// The resources referenced below are found in ./web_accessible_resources/
|
||||||
|
@ -159,8 +157,20 @@ export default new Map([
|
||||||
alias: 'nooptext',
|
alias: 'nooptext',
|
||||||
data: 'text',
|
data: 'text',
|
||||||
} ],
|
} ],
|
||||||
[ 'noop-vmap1.0.xml', {
|
[ 'noop-vast2.xml', {
|
||||||
alias: 'noopvmap-1.0',
|
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',
|
data: 'text',
|
||||||
} ],
|
} ],
|
||||||
[ 'outbrain-widget.js', {
|
[ 'outbrain-widget.js', {
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
<VAST version="2.0"></VAST>
|
|
@ -0,0 +1 @@
|
||||||
|
<VAST version="3.0"></VAST>
|
|
@ -0,0 +1 @@
|
||||||
|
<VAST version="4.0"></VAST>
|
Loading…
Reference in New Issue