Skip to content
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(regex): fix iphone regex (lookbehind expression) #1093

Merged
merged 4 commits into from
Aug 15, 2022

Conversation

PhilippeLafreniere18
Copy link
Contributor

Please check if the PR fulfills these requirements

What is the current behavior? (You can also link to an open issue here)
Page not loading on iphone IOS due to incompatibility with lookbehind expression

https://caniuse.com/js-regexp-lookbehind

What is the new behavior?
lookbehind isn't use anymore

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications:

Other information:

@PhilippeLafreniere18 PhilippeLafreniere18 merged commit a4c8664 into next Aug 15, 2022
@PhilippeLafreniere18 PhilippeLafreniere18 deleted the fixRegexIphone branch September 23, 2022 16:24
cbourget pushed a commit that referenced this pull request Mar 21, 2023
* WIP

* confirmed ok and removed logs

* fix codeQL vulnerability

* fix codeQL vulnerability #2

Co-authored-by: Maxime Lamer <maxime.lamer@msp.gouv.qc.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants