tor_detector_web 1.0.0 copy "tor_detector_web: ^1.0.0" to clipboard
tor_detector_web: ^1.0.0 copied to clipboard

Platformweb
outdated

Identify TOR users and make you application ready for anonymous users.

example/tor_detector_web_example.dart

import 'dart:html';

import 'package:tor_detector_web/tor_detector_web.dart';

Future<void> main() async {
  final isTor = await TorBrowserDetector.isTorBrowser;
  window.console.log(isTor);
}
0
likes
130
points
2.04k
downloads

Publisher

verified publisherbraid.business

Weekly Downloads

Identify TOR users and make you application ready for anonymous users.

Homepage
Repository (GitLab)
View/report issues
Contributing

Documentation

API reference

License

EUPL-1.2 (license)

Dependencies

js

More

Packages that depend on tor_detector_web