@robertgendler commented on GitHub:
@akegerreis do you have a suggestion on how this should appear in the project?
A note in supplemental where unmapped users is talked about? A separate rule?
@akegerreis commented on GitHub:
@robertgendler we have this slated to go into the supplemental for our April release of the STIG.
@isaacatmann commented on GitHub:
Update better detection
Detection:
sqlite3 ~/Library/Safari/PerSitePreferences.db 'select default_value from default_preferences WHERE preference="PerSit…
@jmahlman commented on GitHub:
CIS has updated the guidance for this rule and moved it to a manual audit. Since the config profile does not work, we have removed the rule from the Sequoia branch…
@robertgendler commented on GitHub:
Sorry it took a while to come around to this.
Testing with macOS 14.5 and the profile installed and testing your website. It is blocking popups for me. Now…
@isaacatmann commented on GitHub:
Update, resolution is as follows:
@paolafrancesca commented on GitHub:
hello @sicenul
you have to set the following two ENV variables:
HTTP_AUTH_USER, HTTP_AUTH_PASS
https://github.com/dutchcoders/transfer.sh/blob/master/c…
@sicenul commented on GitHub:
great it work, thanks for your fast response.
@stek29 commented on GitHub:
@aspacca your solution seems good enough (.Contains html) I’d still prefer to have an option to disable inline handler completely tbh, but yeah, it’s good enough
@stefanbenten commented on GitHub:
@JustAnotherArchivist Did you see the example alias/function for the linux terminal? That would essentially be what you want for manual usage. Please correct me…
@soulofmischief commented on GitHub:
@aspacca https://github.com/dutchcoders/transfer.sh-web/pull/35
@JustAnotherArchivist commented on GitHub:
This would certainly be useful for manual terminal usage with e.g. curl. I've long had a little script that essentially does `curl --upload-file ...;…
@stefanbenten commented on GitHub:
We could simply handle this with an additional header. The usages that i know of, prefer the current version, for ease of automation.
@paolafrancesca commented on GitHub:
@soulofmischief can you please refer to the file and line of code that has to be changed from the frontend repo: https://github.com/dutchcoders/transfer.sh-web…
@paolafrancesca commented on GitHub:
@stek29 https://github.com/dutchcoders/transfer.sh/pull/355 what do you think?
I also reduced sanitzation to inline content disposition: ie, when you…