localhostAllowHeaders constant
Extra allowHeaders sent only to localhost origins: the Dart
development server (webdev) sends an x-ijt header.
Implementation
static const List<String> localhostAllowHeaders = ['x-ijt'];
Extra allowHeaders sent only to localhost origins: the Dart
development server (webdev) sends an x-ijt header.
static const List<String> localhostAllowHeaders = ['x-ijt'];