dgw
dgw
I'd be concerned about user-agents that don't support the feature and accept any cookie's prefixed name regardless of whether it meets the conditions that prefix is meant to assert.
Is there a reason to use `$_REQUEST` instead of the more specific arrays? If the code is always looking for a GET var, for example, why not have it look...
To me, that makes a case for tightening up which request methods are allowed for each function/endpoint, but… yeah, I get it. Overriding `$_REQUEST` at least prevents unintentional crossover _now_...
Crowdin is what my other localized projects use. Any of them would probably be fine, though. If you plan to sync updated translations for each release, it _really_ shouldn't matter...
Crowdin's upload/import functionality is fairly robust. https://support.crowdin.com/uploading-translations/ I was actually going to test it just now, maybe give a head-start if Crowdin ends up being our chosen platform, but the...
I know we've been talking about keeping stuff out of the config file, but a new constant is kind of the only reasonable way to select the database type. I...
> if you grant write permissions to YOURLS and docker-yourls Make a pull request.
I'm going to quote from the modern IRC docs' [section about connection registration](https://modern.ircdocs.horse/#connection-registration) (without taking the time to trace each piece of information back to the RFCs, because the site...
Is it worth adding this ability to ZNC when all of these can be supported by putting webadmin behind a lightweight frontend like nginx?
Big :-1: from me for admins being able to see any user's logs, especially queries. I currently have an nginx setup to browse my own text files, and would welcome...