My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[anubis] update base to block cf browser rendering

dish 692f5026 eff4cd0d

+10
+10
packages/anubis-files/src/policies/meta/base.yaml
··· 45 45 action: WEIGH 46 46 weight: 47 47 adjust: 5 48 + 49 + # https://developers.cloudflare.com/browser-rendering/reference/automatic-request-headers/ 50 + # Block all of this 51 + - name: block-cf-browser-rendering-api 52 + expression: '"cf-brapi-request-id" in headers' 53 + action: DENY 54 + - name: block-cf-browser-rendering-bindings 55 + expression: '"cf-brapi-devtools" in headers' 56 + action: DENY 57 + 48 58 # Generic catchall rule 49 59 - name: generic-browser 50 60 user_agent_regex: >-