Skip to content

Commit a3ff854

Browse files
committed
test script injection via dora
1 parent 05fa03e commit a3ff854

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kubernetes/devnet-1/dora/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ dora:
1616
ingress:
1717
enabled: true
1818
className: ingress-nginx-public
19+
annotations:
20+
nginx.ingress.kubernetes.io/configuration-snippet: |
21+
sub_filter '</head>' '<script src="//raw.githubusercontent.com/pk910/panda-menu/refs/heads/main/inject.js"></script></head>';
22+
sub_filter_once off;
23+
nginx.ingress.kubernetes.io/proxy-body-size: "0"
1924
hosts:
2025
- host: dora.bal-devnet-1.ethpandaops.io
2126
paths:

0 commit comments

Comments
 (0)