From 8ceda70f144ee913d3ed23951dd27fcfbd457988 Mon Sep 17 00:00:00 2001 From: Joe Masilotti Date: Sat, 27 Jul 2019 09:31:22 +0200 Subject: [PATCH] black/white -> block/safe --- docs/example_configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/example_configuration.md b/docs/example_configuration.md index 706ed99..069f04e 100644 --- a/docs/example_configuration.md +++ b/docs/example_configuration.md @@ -10,8 +10,8 @@ class Rack::Attack # If you don't want to use Rails.cache (Rack::Attack's default), then # configure it here. # - # Note: The store is only used for throttling (not blacklisting and - # whitelisting). It must implement .increment and .write like + # Note: The store is only used for throttling (not blocklisting and + # safelisting). It must implement .increment and .write like # ActiveSupport::Cache::Store # Rack::Attack.cache.store = ActiveSupport::Cache::MemoryStore.new @@ -80,4 +80,4 @@ class Rack::Attack # ['']] # body # end end -``` \ No newline at end of file +```