Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The standard policy does the following:

1. Allows Hypernode platform services, payment providers, monitoring tools, and common e-commerce integrations.
1. Allows IP addresses on the Hypernode WAF allowlist.
1. Allows requests that your Hypernode, or any other node in your cluster, sends to itself, for example an extension that fetches WordPress content from your own domain, or a cache warmer requesting storefront pages.
1. Runs your custom pre-policy from `/data/web/botstopper/pre.policy.yml`.
1. Denies sensitive Magento media paths, such as `/media/customer/`, `/media/import/`, and `/media/downloadable/`.
1. Allows storefront assets, such as `/static/`, normal `/media/` files, etc.
Expand Down
Loading