Merge pull request #1 from aman207/redirectingat.com

Add redirectingat.com to the list
This commit is contained in:
Dave Gallant
2022-12-28 05:12:49 -05:00
committed by GitHub

View File

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