mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 11:27:47 +00:00
In cross origin issolated mode we need to explicitly add crossOrigin attribute for all resources that are loaded with CORS headers.
7 lines
124 B
JavaScript
7 lines
124 B
JavaScript
// @flow
|
|
|
|
/**
|
|
* The base URL for gravatar images.
|
|
*/
|
|
export const GRAVATAR_BASE_URL = 'https://www.gravatar.com/avatar/';
|