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: TryGhost/Ghost
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: TryGhost/Ghost
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 12, 2025

  1. 🐛 Fixed preview route for published post bypassing redirect to post U…

    …RL (#24653)
    
    ref
    https://linear.app/ghost/issue/ENG-2506/its-possible-to-bypass-paywall-on-a-post-by-constructing-a-preview
    
    There was a bug in the post preview route that bypassed the normal
    redirect to the published post. The preview route should only be
    accessible for posts that are not published. This was caused by the
    post's status being stripped in some cases, which bypassed the logic to
    redirect to the published post's normal URL, and instead allowed the
    preview content to render in its entirety.
    cmraible committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    e68be2f View commit details
    Browse the repository at this point in the history
  2. v6.0.2

    github-actions[bot] committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    74e4a68 View commit details
    Browse the repository at this point in the history
Loading