localhostAllowHeaders constant

List<String> const localhostAllowHeaders

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'];