-
Notifications
You must be signed in to change notification settings - Fork 470
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(UVE): RunnableLink construction for page tool analytics #29206 #29649
fix(UVE): RunnableLink construction for page tool analytics #29206 #29649
Conversation
- Remove protocol and port from the URL for Mozilla tool as it doesn't support them. - Ensure Wave and Security Headers tools are constructed without port information as they do not support it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nicobytes Since |
|
Proposed Changes
URL().origin
.Additional Info
This change aligns the URL formats with the requirements of the analytics tools, ensuring compatibility and preventing potential errors due to unsupported URL components.
This PR fixes #29206
Differences
Mozilla Observatory (Before and After)
This PR fixes: #29206