Bug fixes
- Fixed KeeWeb not loading in iframe: added
allowIframes: trueto the config endpoint. KeeWeb 1.18.x disables iframe embedding by default; the Nextcloud plugin embeds it in an iframe, so this setting is required. - Fixed PHP syntax errors in keeweb.php: bare
<?sequences in bundled JavaScript (XML processing instructions, regex patterns) were being interpreted as PHP opening tags, causing HTTP 500 on load.
Notes
v0.6.24 should be considered broken — upgrade directly to v0.6.25.
Compatible with Nextcloud 33–34.