horihiro / TextBlurrer-ChromeExtension

MIT License
10 stars 0 forks source link

Blowser freezes by setting RegExp `(?<=)` #67

Closed horihiro closed 6 months ago

horihiro commented 6 months ago

Describe the bug A specific pattern (?<=) freezes this extension and web browser

To Reproduce Steps to reproduce the behavior:

  1. Set (?<=) as burry keyword
  2. Enable Use Regular Expression options
  3. See error

Expected behavior The setting pattern doesn't affect the web browser

Environment

Additional context Not only this pettern but also other patterns that match empty string can cause this issue.