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

Rewriting fix for DASH FB and document.write #529

Merged
merged 3 commits into from
Jan 11, 2020
Merged

Rewriting fix for DASH FB and document.write #529

merged 3 commits into from
Jan 11, 2020

Conversation

ikreymer
Copy link
Member

Description

  • Update Dash rewriting for facebook to include new rules, matching quoted string as well as unquoted.

  • Update wombat (Fix case rewrite html wombat#21) to fix end tag being accidentally when rewritten html is not all lower-case. (Ensure end-tag check is using lowercase string).

Motivation and Context

Screenshots (if appropriate):

Types of changes

  • Replay fix (fixes a replay specific issue)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added or updated tests to cover my changes.
  • All new and existing tests passed.

- dash rewrite fix for fb: when rewriting, match quoted '"dash_prefetched_representation_ids"' as well as w/o quotes,
update tests to ensure rewriting both old and new formats
- wombat update to fix #527: ensure document.write() doesn't accidentally remove end-tag if end-tag was not lowercase (see webrecorder/wombat#21)
@ikreymer ikreymer merged commit f0b9d5b into develop Jan 11, 2020
@ikreymer ikreymer deleted the dash-rw-fix branch January 11, 2020 18:44
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.

1 participant