• nextime's avatar
    Fix JavaScript regex pattern causing 'Invalid or unexpected token' error · 12dedbaf
    nextime authored
    - Removed problematic regex pattern with nested quotes that caused JavaScript syntax error
    - Simplified JSON detection patterns to avoid complex quote escaping issues
    - Fixed regex patterns on lines 499-500 that were causing 'Invalid or unexpected token'
    - Maintained JSON detection functionality while eliminating syntax errors
    - Improved JavaScript code reliability and parsing
    12dedbaf
olproxy.py 47.5 KB