craigk5n / webcalendar

WebCalendar is a PHP application used to maintain a calendar for a single user or an intranet group of users. It can also be configured as an event calendar.
http://www.k5n.us/webcalendar.php
GNU General Public License v2.0
153 stars 75 forks source link

Allow framing on the same origin #349

Closed dmjohnsson23 closed 1 year ago

dmjohnsson23 commented 1 year ago

After updating to the latest master branch, I noticed that I can no longer use the calendar in an iframe. This commit seems to be the cause: bb7c65163fe1bb06e7f48757cee072594992da1d

While I recognize that this is a security measure, the current approach seems quite heavy-handed. Using the calendar in an iframe is, well, basically my entire use case for the software. At very least, I think it would make sense to enable same-origin framing.

This PR allows framing from the same origin.

craigk5n commented 1 year ago

Thanks for the PR :-)