Update test page

This commit is contained in:
Kevin Röbert
2020-02-05 20:02:36 +01:00
parent 9aaf7eeb2e
commit f1c6599638
4 changed files with 16 additions and 5 deletions

View File

@@ -1289,7 +1289,7 @@
},
"ClearURLsTest": {
"urlPattern": "(https:\\/\\/|http:\\/\\/)(kevinroebert\\.gitlab\\.io)\\/ClearUrls\\/void\\/index\\.html.*",
"completeProvider": true,
"completeProvider": false,
"rules": [
"test"
],
@@ -1300,6 +1300,16 @@
".*url=([^&]*)"
],
"forceRedirection": false
},
"ClearURLsTestBlock": {
"urlPattern": "(https:\\/\\/|http:\\/\\/)(kevinroebert\\.gitlab\\.io)\\/ClearUrls\\/void\\/block\\.html.*",
"completeProvider": true,
"rules": [],
"referralMarketing": [],
"rawRules": [],
"exceptions": [],
"redirections": [],
"forceRedirection": false
}
}
}