File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Resources/app/administration/src/module/tinect-redirects/component/requests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " tinect/redirects" ,
33 "description" : " Redirect plugin for Shopware 6" ,
4- "version" : " 3.3.0 " ,
4+ "version" : " 3.3.1 " ,
55 "type" : " shopware-platform-plugin" ,
66 "license" : " MIT" ,
77 "authors" : [
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export default {
9999 } ,
100100 pulsedrive : {
101101 label : this . $tc ( 'tinect-redirects.requests.ipCheckers.pulsedrive' ) ,
102- url ( ipAddress ) { return 'https://pulsedive.com/indicator/?ioc=' + window . btob ( ipAddress ) ; } ,
102+ url ( ipAddress ) { return 'https://pulsedive.com/indicator/?ioc=' + window . btoa ( ipAddress ) ; } ,
103103 } ,
104104 whois : {
105105 label : this . $tc ( 'tinect-redirects.requests.ipCheckers.whois' ) ,
You can’t perform that action at this time.
0 commit comments