referers property

  1. @JsonKey(name: r'referers')
List<String>? referers
final

Restrict this API key to specific referrers. If empty, all referrers are allowed. For example: - https://algolia.com/_* matches all referrers starting with "https://algolia.com/" - *.algolia.com matches all referrers ending with ".algolia.com" - *algolia.com* allows everything in the domain "algolia.com".

Implementation

@JsonKey(name: r'referers')
final List<String>? referers;