Gaspard d'Hautefeuille
Gaspard d'Hautefeuille
@Bnyro Hello :) Any help for the merge / review? Thanks!
It would be great to merge the first commit. For the second commit, as Nextcloud devs said in the previous PR: they set the CSP from Nextcloud. And removing the...
For the first commit, this code should be updated I think: https://github.com/nextcloud/server/blob/master/core/js/setupchecks.js ``` var xssfields = xhr.getResponseHeader('X-XSS-Protection') ? xhr.getResponseHeader('X-XSS-Protection').split(';').map(function(item) { return item.trim(); }) : []; if (xssfields.length === 0 ||...
I can reproduce the issue on Safari.
**Describe the bug** I can reproduce the issue in Collabora Online Calc on Safari. I have not tried other browsers or Collabora Online apps. **To Reproduce** Steps to reproduce the...
I can reproduce the issue on Safari.
In the meantime, here is a script: ```bash #!/bin/bash FILE="Google Passwords.csv" MAX_SIZE=150000 # 150 KB in bytes # Get the header HEADER=$(head -n 1 "$FILE") # Calculate approximately half the...
@filipesilva I have fixed the zsh issue in this PR: https://github.com/basecamp/kamal/pull/1281. You can probably keep zsh?