Skip to content

Commit c451147

Browse files
committed
Add another reddit testimonial
1 parent 54562f4 commit c451147

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/content/data/testimonials/reddit-testimonials.json

+5
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"link": "https://www.reddit.com/r/androiddev/comments/tdytzt/how_to_record_replay_http_traffic_in_android_and/i0p5dw5/",
3434
"source": "Cultist",
3535
"quote": "I've had really good experience with Http Toolkit as a proxy. Very user friendly. QA loves it for Android"
36+
},
37+
{
38+
"link": "https://www.reddit.com/r/ReverseEngineering/comments/it7yv7/http_toolkit_opensource_tool_with_oneclick_mitm/m5nz1kh/",
39+
"source": "Careless-Rice-199",
40+
"quote": "I have been using this tool for about three months and it is the best thing I have ever found"
3641
}
3742
]

src/content/data/testimonials/utils.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,6 @@ export const HIGHLIGHT_STRINGS = [
100100
'HTTP Toolkit is amazing',
101101
'just click and inspect network traffic',
102102
'I cannot imagine tackling any future http-related problem without it',
103-
'an ideal tool for anyone looking to gain deeper insights into their web traffic'
103+
'an ideal tool for anyone looking to gain deeper insights into their web traffic',
104+
'the best thing I have ever found'
104105
];

0 commit comments

Comments
 (0)