• Joined on 2025-07-20
michael closed issue usnistgov/macos_security#89 2026-01-19 18:29:12 +00:00
system_settings_siri_listen_disable result check incorrect
michael closed issue usnistgov/macos_security#88 2026-01-19 18:29:12 +00:00
Scripts fail if yaml file has .yml extension
michael opened issue dutchcoders/transfer.sh#153 2026-01-19 18:29:12 +00:00
[Feature] Read in from stdin/pipe
michael closed issue usnistgov/macos_security#90 2026-01-19 18:29:12 +00:00
Add basic usage instructions
michael closed issue dutchcoders/transfer.sh#151 2026-01-19 18:29:12 +00:00
No x-url-delete header when sending POST request
michael commented on issue usnistgov/macos_security#90 2026-01-19 18:29:12 +00:00
Add basic usage instructions

@jmahlman commented on GitHub:

Hi there. The wiki contains a good deal of usage information. While we know it could use some updates, the…

michael commented on issue usnistgov/macos_security#89 2026-01-19 18:29:12 +00:00
system_settings_siri_listen_disable result check incorrect

@brodjieski commented on GitHub:

There may be an additional issue going on here. When running generate_guidance, these pop up when building profiles...

There are errors in the following…
michael commented on issue usnistgov/macos_security#89 2026-01-19 18:29:12 +00:00
system_settings_siri_listen_disable result check incorrect

@jmahlman commented on GitHub:

There may be an additional issue going on here. When running generate_guidance, these pop up when building profiles...

There are errors in the…
michael commented on issue dutchcoders/transfer.sh#151 2026-01-19 18:29:12 +00:00
No x-url-delete header when sending POST request

@paolafrancesca commented on GitHub:

@anihm136 , yes, x-url-delete is not supported on POST. Rather than merging the POST and PUT handler, I would remove the POST one, or add the…

michael commented on issue dutchcoders/transfer.sh#153 2026-01-19 18:29:12 +00:00
[Feature] Read in from stdin/pipe

@corneliusroemer commented on GitHub:

Random name is perfectly fine in this case, what else should it be :) could of course be passed as a command line argument as extra feature as add on.

michael commented on issue dutchcoders/transfer.sh#151 2026-01-19 18:29:12 +00:00
No x-url-delete header when sending POST request

@paolafrancesca commented on GitHub:

@anihm136

Is POST meant to be officially supported?

I kept updating the POST handler but for the x-url-delete, on the other side there's…

michael commented on issue usnistgov/macos_security#89 2026-01-19 18:29:12 +00:00
system_settings_siri_listen_disable result check incorrect

@chadmorales commented on GitHub:

Screenshot 2024-08-30 at 2 52 53 PM Does not…
michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@stefanbenten commented on GitHub:

@wuniversales Could you elaborate more on the use case? Why would one not share the URL directly?

michael commented on issue dutchcoders/transfer.sh#151 2026-01-19 18:29:12 +00:00
No x-url-delete header when sending POST request

@anihm136 commented on GitHub:

Is POST meant to be officially supported? If not, I could remove the post-related handlers and logic, else I can add the header

michael commented on issue dutchcoders/transfer.sh#151 2026-01-19 18:29:12 +00:00
No x-url-delete header when sending POST request

@anihm136 commented on GitHub:

Well, I recently started contributing some features to one of the unofficial python clients, which uses the POST method (which is how I ran into this in the first…

michael commented on issue dutchcoders/transfer.sh#151 2026-01-19 18:29:12 +00:00
No x-url-delete header when sending POST request

@anihm136 commented on GitHub:

If this is indeed an omission, I would propose to merge the handlers for the POST and PUT requests. Instead, handling filename resolution can be separated into…

michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@bman46 commented on GitHub:

An example of another site doing this is https://0x0.st/. They allow a key called 'url' to be posted in the body as form data and then they handle…

michael commented on issue dutchcoders/transfer.sh#153 2026-01-19 18:29:12 +00:00
[Feature] Read in from stdin/pipe

@paolafrancesca commented on GitHub:

@anihm136 you probably want to send a PR for changing https://github.com/dutchcoders/transfer.sh-web/blob/master/src/index.html#L165

michael commented on issue dutchcoders/transfer.sh#152 2026-01-19 18:29:12 +00:00
Upload files from url

@stefanbenten commented on GitHub:

One thing that I would use this for is storing files from urls that have a short amount of time to be accessed. For example, instagram videos have a hash and…

michael commented on issue dutchcoders/transfer.sh#151 2026-01-19 18:29:12 +00:00
No x-url-delete header when sending POST request

@paolafrancesca commented on GitHub:

@anihm136 I honeslty don't have much visibility on the clients, I think that listing them on this repo could be valuable as well. could you help on that?

as…