From 87cf0da2e3a47df723faf46fc5d79f6f7d7fa7a2 Mon Sep 17 00:00:00 2001 From: Alies Lapatsin <5278175+alies-dev@users.noreply.github.com> Date: Sun, 23 Jun 2024 15:53:35 +0200 Subject: [PATCH] Fix link to ModHeader (#15) For some reason, Mozilla removed ModHeader from their repository. let's delegate addon/ext distribution to the official site of the ModHeader ext (there are links to other browsers) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 114002b..3929304 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Alternatively, you can include the `X-Xhprof-Enabled` header in your request to Enabled values: `true` `1` `on` `yes` Disabled values: `false` `0` `off` `no` -This feature works great with a browser extension like [ModHeader](https://addons.mozilla.org/en-US/firefox/addon/modheader-firefox/). It lets you switch profiling on and off right from your browser. +This feature works great with a browser extension like [ModHeader](https://modheader.com/). It lets you switch profiling on and off right from your browser. ## Usage with Sail