Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bestpractical/rt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable
Choose a base ref
...
head repository: bestpractical/rt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0/inline-css-before-scrub
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Dec 24, 2024

  1. Convert <style> blocks to inline before scrubbing the HTML

    Scrubber drops <style> blocks by default, and it's risky to keep them
    considering they may affect other parts of RT pages. By converting them to
    inline styles in advance, they can apply to related HTML only, no more, no
    less.
    sunnavy committed Dec 24, 2024
    Configuration menu
    Copy the full SHA
    fdff41f View commit details
    Browse the repository at this point in the history
Loading