Akihisa Maruyama
Akihisa Maruyama
I reproduced this in 18.0.4 -> 19.0.0 update. I removed browser(Chrome) cache using "Clear browsing data…" and the problem is solved.
I tried to reproduce the issue and got a CORS error about `https://services.keeweb.info/favicon/(entry URL)`. I put `https://favicon.keeweb.info` as img-src in 3151df3, but I found this URL was [changed 2020](https://github.com/keeweb/keeweb/commit/00d7ff660468c4f2f1f25a757db1b998abd86cec). I'll...
First, I just changed from `"https://favicon.keeweb.info"` to `'https://services.keeweb.info'` in my environment. The error disappeared, but keeweb won't get favicon, and another CORS error appeared. > Refused to connect to 'https://services.keeweb.info/favicon/(domain)'...
Successfully downloaded on another PC. Okay, it'll be caching issue. making PR.
I couldn't understand why `plugins.keeweb.info` wrote like this, so I wrote `services.keeweb.info` to the final line of CSP groups, respectively, as I did in 3151df3. Perhaps there is needed a...
Same issue here, symlinking returned `too many levels of symbolic links`, so I disabled the chroot feature. It successfully connected, but I rollbacked this config to keep unbound sandboxed. (I...
@MarkusKepert recently we discussed close theme in #1432. Would you check some behavior when using boxcryptor's WebDAV feature?
relation is: 1. Nextcloud-iOS is using WebDAV internally 2. Boxcryptor is basically SaaS-storage-encryption software, but its iOS App can be just a WebDAV client (without encryption) with Apple Files integration...