mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[PR #2417] Add allowedFramingOrigins for MeshCentral clickjacking protection #3892
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3892
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amidaware/tacticalrmm/pull/2417
Author: @JonBons
Created: 2/20/2026
Status: 🔄 Open
Base:
develop← Head:feat-mesh-framing-origins📝 Commits (1)
81f3e3efeat: add allowedFramingOrigins for MeshCentral clickjacking protection📊 Changes
6 files changed (+35 additions, -4 deletions)
View changed files
📝
.devcontainer/docker-compose.yml(+1 -0)📝
ansible/roles/trmm_dev/templates/mesh.cfg.j2(+1 -1)📝
docker/containers/tactical-meshcentral/entrypoint.sh(+7 -1)📝
docker/docker-compose.yml(+1 -0)📝
install.sh(+1 -1)📝
update.sh(+24 -1)📄 Description
Replace
allowFramingwithallowedFramingOriginsfor default config so only the TacticalRMM frontend can embed MeshCentral in iframes, addressing potential clickjacking. (See PR for MeshCentral changes https://github.com/Ylianst/MeshCentral/pull/7599, was released in version 1.1.57 of MeshCentral)allowedFramingOriginswith frontend domainallowedFramingOriginsfromAPP_HOST(empty array if unset)allowedFramingOriginsfor prod and dev (port 8080)allowFramingconfigs toallowedFramingOrigins🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.