92URL Update


Hi all,

First update before Christmas!

  1. Add two short domains;
  2. Preparing to launch custom short domain module, the reason for not releasing this function is that I am still trying to balance the security and setup time for users;
  3. Upgrade recaptcha to invisible mode;
  4. Remove Chinese translation;

Two practical solutions I can think of:

1.User must first register their domain to our system and given a secret key and use this key to generate a time-based key and append the time-based key to the URL parameter (Replay Attack Possible);

2.User CNAME their domain names to our API servers;

I personally prefer the second one, however, it would also incur additional cost.

Let me know if you have a better solution!