-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forms Block: Fix Broken URL Input Validation (#40490)
* Fix: Form Block URL Input Bad Validation The `pattern` attribute for URL input validation does not match the PHP regex used for validating input. This aligns the two types of validation so that they validate or invalidate inputs in the same way. * changelog * Added Jetpack changelog. * Added comments that the two URL validation regex's should be kept in sync. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12239331775 Upstream-Ref: Automattic/jetpack@df18712
- Loading branch information
1 parent
df35562
commit d2c01be
Showing
7 changed files
with
120 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.