Skip to content

Instantly share code, notes, and snippets.

@edsu
Created January 7, 2022 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edsu/8d605909767887dc14245d0ad99d7d26 to your computer and use it in GitHub Desktop.
Save edsu/8d605909767887dc14245d0ad99d7d26 to your computer and use it in GitHub Desktop.
def response(flow):
flow.response.text = flow.response.text.replace(
'Members of extremist Oath Keepers group planned attack',
'Members of extremist Oath Keepers group planned to prevent the attack'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment