referers property
Allowed HTTP referrers for this API key. By default, all referrers are allowed. You can use leading and trailing wildcard characters (*
): - https://algolia.com/_*
allows all referrers starting with "https://algolia.com/" - *.algolia.com
allows all referrers ending with ".algolia.com" - *algolia.com*
allows all referrers in the domain "algolia.com". Like all HTTP headers, referrers can be spoofed. Don't rely on them to secure your data. For more information, see HTTP referrer restrictions.
Implementation
@JsonKey(name: r'referers')
final List<String>? referers;