Can I still implement domain blocking with the version control service?
Yes, you can still implement domain blocking within your game by parsing the _url variable in AS2 or loaderInfo.loaderURL for AS3. You can put whatever scheme you want when it finds the game loading from a blocked domain. Since you can update your game at any time you can add new blocked domains easily.