From d9024cb6f7be37457e51acc9b629bf5a5b3de087 Mon Sep 17 00:00:00 2001 From: Chris Stavitsky <12092849+cstavitsky@users.noreply.github.com> Date: Tue, 7 Nov 2023 16:15:49 -0800 Subject: [PATCH] Update README.md Make it extra clear to modify response headers rather than request headers - I spent 5 mins trying to figure out what was wrong and would rather save someone the time. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15afbc8..ece1810 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ note: a .env file must be made in order to store the relative variable value pro ![Alt Text](performance.gif) ## Enable Profiling -In order to enable profiling, please use an extension that allows you to modify the document response headers. An example of an extension like that for Chrome is [modheader](https://modheader.com/). +In order to enable profiling, please use an extension that allows you to modify the document response headers (make sure you create a rule to modify RESPONSE headers, not request headers!). An example of an extension like that for Chrome is [modheader](https://modheader.com/). ![policy headers](profiling.png)