aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2022-11-29-nginx-referrer-ban-list.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-03-11 16:09:26 -0500
committerChristian Cleberg <[email protected]>2025-03-11 16:09:26 -0500
commit8314ccc5364cbc9afa9653c2b02c5c58d433ade5 (patch)
treefddf8653aa26a9486ed9e2f56c2215b1742f9f92 /content/blog/2022-11-29-nginx-referrer-ban-list.org
parent526f853c7fdde80478b408ef78c42dcf8e3cdcf9 (diff)
downloadcleberg.net-8314ccc5364cbc9afa9653c2b02c5c58d433ade5.tar.gz
cleberg.net-8314ccc5364cbc9afa9653c2b02c5c58d433ade5.tar.bz2
cleberg.net-8314ccc5364cbc9afa9653c2b02c5c58d433ade5.zip
move from cleberg.net to cmc.pub
Diffstat (limited to 'content/blog/2022-11-29-nginx-referrer-ban-list.org')
-rw-r--r--content/blog/2022-11-29-nginx-referrer-ban-list.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2022-11-29-nginx-referrer-ban-list.org b/content/blog/2022-11-29-nginx-referrer-ban-list.org
index 698196a..27c39fb 100644
--- a/content/blog/2022-11-29-nginx-referrer-ban-list.org
+++ b/content/blog/2022-11-29-nginx-referrer-ban-list.org
@@ -101,7 +101,7 @@ In order to test the results, let's curl the contents of our site. To
start, I'll curl the site normally:
#+begin_src sh
-curl https://cleberg.net
+curl https://cmc.pub
#+end_src
The HTML contents of the page come back successfully:
@@ -113,7 +113,7 @@ The HTML contents of the page come back successfully:
Next, let's include a banned referrer:
#+begin_src sh
-curl --referer https://news.ycombinator.com https://cleberg.net
+curl --referer https://news.ycombinator.com https://cmc.pub
#+end_src
This time, I'm met with a 403 Forbidden response page. That means we are