Add redirectingat.com to the list

This commit is contained in:
anonion
2022-12-27 21:14:58 -07:00
committed by GitHub
parent 3b7b12c277
commit 0fe1425c07

View File

@@ -28,6 +28,10 @@
name: 'Samsung', name: 'Samsung',
pattern: 'www.awin1.com(.*)\?p=(?<baseUrl>.*)', pattern: 'www.awin1.com(.*)\?p=(?<baseUrl>.*)',
}, },
{
name: 'redirectingat.com',
pattern: 'go.redirectingat.com/.*url=(?<baseUrl>.*).*',
},
]; ];
var StripRedirect = function(URL) { var StripRedirect = function(URL) {