We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a954bce commit 330b828Copy full SHA for 330b828
.gitallowed
@@ -0,0 +1,4 @@
1
+# This key is expected to be visible in the frontend code
2
+# b/349721878
3
+CRUX_API_KEY
4
+
front_end/models/crux-manager/CrUXManager.ts
@@ -5,6 +5,8 @@
5
import * as Common from '../../core/common/common.js';
6
import * as SDK from '../../core/sdk/sdk.js';
7
8
+// This key is expected to be visible in the frontend.
9
+// b/349721878
10
const CRUX_API_KEY = 'AIzaSyCCSOx25vrb5z0tbedCB3_JRzzbVW6Uwgw';
11
const DEFAULT_ENDPOINT = `https://chromeuxreport.googleapis.com/v1/records:queryRecord?key=${CRUX_API_KEY}`;
12
0 commit comments