Skip to content

Fix Firefox log parser#667

Merged
lbartoli79 merged 5 commits intomasterfrom
firefox_parser_fix
Aug 13, 2024
Merged

Fix Firefox log parser#667
lbartoli79 merged 5 commits intomasterfrom
firefox_parser_fix

Conversation

@lbartoli79
Copy link
Copy Markdown
Contributor

@lbartoli79 lbartoli79 commented Aug 6, 2024

This fixes Firefox log parser and add support for latest selenium:

Before:
image

After:
image

socket = match.groupdict().get('socket')
status = match.groupdict().get('status')
if status == '804b0007':
if status in ['804b0007', '4b0007']:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@claud-io claud-io marked this pull request as ready for review August 6, 2024 15:20
@claud-io claud-io requested a review from pmeenan August 7, 2024 14:11
Copy link
Copy Markdown
Contributor

@pmeenan pmeenan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. I assume it is intended, but the OCSP pref change will be a behavior change and the OCSP time for non-stapled origins will be hidden after the change.

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.

3 participants