mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 06:24:48 +08:00
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. |
||
|---|---|---|
| .. | ||
| anonymous_cache.rb | ||
| crawler_hooks.rb | ||
| csp_script_nonce_injector.rb | ||
| default_headers.rb | ||
| discourse_public_exceptions.rb | ||
| enforce_hostname.rb | ||
| missing_avatars.rb | ||
| omniauth_bypass_middleware.rb | ||
| overload_protections.rb | ||
| processing_request.rb | ||
| request_tracker.rb | ||
| track_view_session_id_injector.rb | ||