• nextime's avatar
    Fix JavaScript null pointer error in regex match chaining · c9f87350
    nextime authored
    - Add proper null checking for chained .match() calls
    - Prevent 'missing ) after argument list' error when second match returns null
    - Improve error handling in malformed JSON response extraction
    - This resolves the JavaScript syntax error in page.evaluate function
    c9f87350
olproxy.py 49.3 KB