Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public static function get_provider_key( $url ) {
public static function prepare_provider_data( $url ) {
return array(
'key' => self::get_provider_key( $url ),
'url' => self::sanitize_url( $url ),
'url' => $url,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sanitize_url() here is just untrailingslashit() - no escaping or validation. key still goes through it for dedup, so only the outbound url form changes.

);
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

LCP: Fix Cornerstone Page analysis errors on some sites.
Loading