Paid / Premium support #1020
Replies: 8 comments 1 reply
-
interesting, how?
do you mean to pay me? thank you but no, I am not interested. cromite must remain free of any commercial commitment.
what do you mean? I would remind you that the code for any product derived from cromite/bromite must remain open. Concerning a financial contribution to the project, and only to the necessary technical infrastructure, I am thinking about it, but it is not easy to manage, because I would like that to be public as well and not linked to me personally. but I don't know how to do it. |
Beta Was this translation helpful? Give feedback.
-
The business does a form of fraud detection and we automate most of the usage of Cromite using puppeteer. If you want to drop me an email (see profile) I'm happy to share many more details privately. Cromite is really great but we have a few annoyances/workarounds for things in it, and it's worth it for us to pay you (or any other contributors) to add new features to the core codebase (i.e. public and under GPL3) that would benefit us. I am happy to pay in any form: promise of future payment when you have a contribution program set up, cash slipped under your door, paid directly to a charity of your choice, if any contributors freelance professionally then I can pay for their time to work on Cromite, etc. Right now, we frequently change the following settings using an android automation app (Tasker/Autoinput) but it is error-prone. The feature we would LOVE is the ability to set the following settings programmatically:
Lower priority because our mitigations work okay, but several of the anti-fingerprinting methods in Cromite make it too obvious that the browser is not a vanilla Chrome (maybe fine for privacy but not for our purpose) - i.e. we need webrtc active but to still not leak the IP, the canvas fingerprinting mitigation is easily detected, etc. I would be happy to tell you what we know about these and / or fund improvements. |
Beta Was this translation helpful? Give feedback.
-
your request is special, and I won't deny that I have already thought about how to externally automate the change of some settings, aimed at creating a test site. |
Beta Was this translation helpful? Give feedback.
-
We're essentially attempting to appear as a real user for fraud prevention, although there are parallels with what happens in the blackhat/bot automation world. I'm happy to share all details about who we are and what we're doing privately - we're a legit company based in the UK, VC-funded, blue chip clients. |
Beta Was this translation helpful? Give feedback.
-
no sorry, nothing private with me.
Sorry, I didn't mean to question it. I tell you what I would like to do, then you decide how to fit in. for years now in reality, I would like to set up a test site on the feature of cromite, starting with the anti-fingerprint and then on the other features. Moreover, I would like to use as a basis the tests that the chromium team (but also mozilla) does in wpt, also because there is a framework already available in javascript that seems to be able to do everything already (i.e., setup of workers, exchange of information between iframes, etc.). they use that to test the browser (blink side), so I think it is the best available. my assumption is that such a code:
because that's what, for better or worse, I do when I test one of my change, so it's already natural for me to do that. however, it is a matter of doing:
only afterwards begin to develop. |
Beta Was this translation helpful? Give feedback.
-
That all makes sense! It's a big job, but let me know how i can help. Although in the interest of moving forward without overloading you, we are experimenting with rooting our devices to change the relevant settings directly. Early experiments are looking promising. Question: We want to change some of Chrome's code directly to be able to use custom apks with some tweaked behaviour. It looks like the only thing we need to do is fork the repo, add the relevant patches, and run the "Build cromite" github action - is that right? Is there something we're missing? |
Beta Was this translation helpful? Give feedback.
-
I'm glad you found a workaround.
that action only works with my runner because it supports docker on docker. the choice is due to the fact that I wanted the build phase to be public as well (and in safety). |
Beta Was this translation helpful? Give feedback.
-
😇 |
Beta Was this translation helpful? Give feedback.
-
I'm using Cromite a little different to most users (programmatically, business use) and would love to be able to pay for support and potentially fund / create a bounty for particular features. Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions