-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Description
Add a new trait that allows integrations to inject HTML snippets into the <head> element of proxied pages.
Changes
- Add
IntegrationHeadInjectortrait withhead_inserts()method - Add
with_head_injector()builder method toIntegrationRegistrationBuilder - Add
head_inserts()method toIntegrationRegistry - Update
html_processorto inject integration head inserts after TSJS bundle
Why
This enables integrations (like GAM interceptor) to inject configuration scripts into the document head without modifying the main TSJS bundle.
Related
Reactions are currently unavailable