Describe the bug
It is not possible to add JavaScript shortcuts / bookmarks - neither via floccus (sync client) nor via the WebUI.
To Reproduce
Steps to reproduce the behavior:
WebUI: insert a JavaScript shortcut and try to save it -> is not possible
floccus: create a bookmark entry, start the synchronization -> this bookmark is not displayed in the WebUI and after a new synchronization it is also deleted in the browser bookmarks
Expected behavior
The bookmarks are created and also synchronized.
Desktop:
- OS (Browser 2, 3): Windows 10, 1903
- OS (Browser 1): Windows 7
- Browser 1: Firefox 69.0.1 with floccus
- Browser 2: Firefox 69.0.1 with floccus
- Browser 3: Chrome 77.0.3865.90 with floccus
Server:
- OS: Docker image nextcloud-fpm
- HTTP server: Docker image nginx
- Database: Docker image MariaDB
- Nextcloud version: 17.0.0
- Bookmarks app version: 2.2.0
Example:
javascript: (function () {localStorage.clear(); sessionStorage.clear(); alert("Storage cleared."); })();
Describe the bug
It is not possible to add JavaScript shortcuts / bookmarks - neither via floccus (sync client) nor via the WebUI.
To Reproduce
Steps to reproduce the behavior:
WebUI: insert a JavaScript shortcut and try to save it -> is not possible
floccus: create a bookmark entry, start the synchronization -> this bookmark is not displayed in the WebUI and after a new synchronization it is also deleted in the browser bookmarks
Expected behavior
The bookmarks are created and also synchronized.
Desktop:
Server:
Example:
javascript: (function () {localStorage.clear(); sessionStorage.clear(); alert("Storage cleared."); })();