You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: front_end/panels/security/CookieReportView.ts
+97-10Lines changed: 97 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -111,19 +111,71 @@ const UIStrings = {
111
111
/**
112
112
*@description String representing the GitHubResource insight type. Used as filter chip text to allow the user to filter the table based on recommendation.
113
113
*/
114
-
gitHubResourceTypeString: 'Github',
114
+
gitHubResourceInsightTypeString: 'Github',
115
115
/**
116
116
*@description String representing the GracePeriod insight type. Used as filter chip text to allow the user to filter the table based on recommendation.
117
117
*/
118
-
gracePeriodTypeString: 'Grace Period',
118
+
gracePeriodInsightTypeString: 'Grace Period',
119
119
/**
120
120
*@description String representing the GitHubResource insight type. Used as filter chip text to allow the user to filter the table based on recommendation.
121
121
*/
122
-
heuristicsTypeString: 'Heuristics',
122
+
heuristicsInisightTypeString: 'Heuristics',
123
123
/**
124
124
*@description String representing a null insight type. Used as filter chip text to allow the user to filter the table based on recommendation.
125
125
*/
126
-
otherTypeString: 'Other',
126
+
otherInsightTypeString: 'Other',
127
+
/**
128
+
*@description String representing the Advertising cookie type. Used to format 'ad' category from the Third Party Web dataset.
129
+
*/
130
+
adCookieTypeString: 'Advertising',
131
+
/**
132
+
*@description String representing the Analytics cookie type. Used to format 'analytics' category from the Third Party Web dataset.
133
+
*/
134
+
analyticsCookieTypeString: 'Analytics',
135
+
/**
136
+
*@description String representing the Social cookie type. Used to format 'social' category from the Third Party Web dataset.
137
+
*/
138
+
socialCookieTypeString: 'Social',
139
+
/**
140
+
*@description String representing the Video cookie type. Used to format 'video' category from the Third Party Web dataset.
141
+
*/
142
+
videoCookieTypeString: 'Video',
143
+
/**
144
+
*@description String representing the Utility cookie type. Used to format 'utility' category from the Third Party Web dataset.
145
+
*/
146
+
utilityCookieTypeString: 'Utility',
147
+
/**
148
+
*@description String representing the Hosting cookie type. Used to format 'hosting' category from the Third Party Web dataset.
149
+
*/
150
+
hostingCookieTypeString: 'Hosting',
151
+
/**
152
+
*@description String representing the Marketing cookie type. Used to format 'marketing' category from the Third Party Web dataset.
153
+
*/
154
+
marketingCookieTypeString: 'Marketing',
155
+
/**
156
+
*@description String representing the Customer Success cookie type. Used to format 'customer-success' category from the Third Party Web dataset.
0 commit comments