Skip to content

Commit 5425149

Browse files
committed
Add new LinkedIn testimonial
1 parent 1059512 commit 5425149

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"description": "Creator of the first internet firewall, and Grace Murray Hopper award winner",
66
"quote": "HTTP Toolkit is a strikingly high-quality system that is crucial to my ability to debug and repair complex website problems.\n...\nI cannot imagine tackling any future http-related problem without it."
77
},
8+
{
9+
"link": "https://www.linkedin.com/posts/activity-7183464700838334464-5l-Q",
10+
"source": "Sandro Bruscino",
11+
"description": "Director of Application Security at Fidelity Investments",
12+
"quote": "This toolkit is compatible with multiple platforms including Windows, Linux, and Mac, and offers a range of features like traffic interception, inspection, and rewriting. It's an ideal tool for anyone looking to gain deeper insights into their web traffic and improve their web applications."
13+
},
814
{
915
"link": "https://web.archive.org/web/20230713233655/https://usventure.news/top-14-software-testing-tools-for-startups-in-2023-a-detailed-overview/#HTTP_Toolkit",
1016
"source": "US Venture News",

src/content/data/testimonials/utils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ export const HIGHLIGHT_STRINGS = [
9999
'I have found httptoolkit.com to be amazing',
100100
'HTTP Toolkit is amazing',
101101
'just click and inspect network traffic',
102-
'I cannot imagine tackling any future http-related problem without it'
102+
'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'
103104
];

0 commit comments

Comments
 (0)