mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core)!: Use CSP header to sandbox html webhooks instead of iframe (#18602)
This commit is contained in:
@@ -2,6 +2,16 @@
|
||||
|
||||
This list shows all the versions which include breaking changes and how to upgrade.
|
||||
|
||||
# 1.109.0
|
||||
|
||||
### What changed?
|
||||
|
||||
Webhook HTML responses were sandboxed to an iframe starting from 1.103.1 due to security. The sandboxing mechanism is now changed to use `Content-Security-Policy` header instead of an `iframe`. The security guarantees stay the same, but the mechanism is less breaking.
|
||||
|
||||
### When is action necessary?
|
||||
|
||||
If you have workflows that return HTML responses from `Webhook Trigger` node or `Respond to Webhook` node.
|
||||
|
||||
# 1.107.0
|
||||
|
||||
## What changed?
|
||||
|
||||
Reference in New Issue
Block a user