Skip to content

Commit 1f0e85a

Browse files
committed
Comment reminding that plugins can block CSP violation reporting
1 parent 5e54404 commit 1f0e85a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
# }
7070
# end
7171

72+
# # This route might be blocked by browser blocker plugins (e.g., uBlock Origin)
7273
# post '/report_csp_violation' do
7374
# logger.warn("CSP VIOLATION: #{request.body.read}")
7475
# end

0 commit comments

Comments
 (0)