0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-09 21:45:25 +08:00
discourse/spec/lib/middleware
Krzysztof Kotlarek fb46ab081c
FIX: Stop double-counting embedded views with beacon (#41968)
Previously, an embedded pageview incremented the `page_view_embed`
counter twice on sites with beacon tracking enabled. Once from the
piggybacked track-view request and once from the beacon POST.

This change counts each embedded pageview exactly once into the same
counter — from the beacon when beacon tracking is active, and from the
piggybacked track-view otherwise.
2026-07-24 13:38:00 +08:00
..
anonymous_cache_spec.rb DEV: Fix AnonymousCache for pitchfork in dev/test modes (#37852) 2026-02-17 09:12:02 +00:00
crawler_hooks_spec.rb UX: Prevent incomplete crawler localization settings (#41297) 2026-07-01 12:13:22 +08:00
discourse_public_exceptions_spec.rb
enforce_hostname_spec.rb
overload_protections_spec.rb FIX: Include API key requests in overload protection bypass (#39702) 2026-05-07 12:59:11 +08:00
processing_request_spec.rb DEV: Enable Style/RedundantParentheses rubocop rule (#40095) 2026-05-19 15:48:09 +02:00
request_tracker_spec.rb FIX: Stop double-counting embedded views with beacon (#41968) 2026-07-24 13:38:00 +08:00