@aral yeah solving 95% is probably the way to go. You can always get more complicated later without too much hassle.
Notices by Claudius (claudius@imd.social)
-
Claudius (claudius@imd.social)'s status on Wednesday, 30-Aug-2023 03:44:42 JST Claudius -
Claudius (claudius@imd.social)'s status on Wednesday, 30-Aug-2023 03:23:34 JST Claudius @aral rails timestamps the migration (iso8601) and has one table that keeps track of applied migrations. This is a good idea in a scenario where Multiple Devs might add migrations on separate branches where a single version number would fall short.
-
Claudius (claudius@imd.social)'s status on Saturday, 19-Aug-2023 15:35:29 JST Claudius @fribbledom you're not wrong, but before that I would rather have savegames.
-
Claudius (claudius@imd.social)'s status on Sunday, 16-Jul-2023 21:38:12 JST Claudius @aral
You're looking good, but it also feels very out-of-character. Add a top hat, a cigar and a monocle, and I'd say this was mirror-universe Aral 🎩🧐💶 -
Claudius (claudius@imd.social)'s status on Friday, 10-Feb-2023 21:33:16 JST Claudius @aral no, it does not help. I'm just saying that the missing isolation across ports _does_ come up in the real world. And I would even argue that it's not that uncommon.
So: yes this is certainly a problem.
-
Claudius (claudius@imd.social)'s status on Friday, 10-Feb-2023 19:23:18 JST Claudius @aral this is actually a real-world-concern in my opinion. My scenario: Have a off-the-shelf NAS (like QNAP, Synology ...) and have it serve the friggin admin interface on one port (which is common) **and** use their included software (like PhotoStation for QNAP) or the included webserver to host entirely different software all on the same hostname just on different ports.
Without isolating cookies by port, you can now gain admin cookies.
I did something like this for _years_.