Skip to content

Commit fe88d0b

Browse files
committed
Update header message for no data scenario
Improve user guidance when no CDN headers are detected by suggesting a page navigation or reload to capture headers. This provides clearer instruction for users on how to potentially resolve the "No Data" state.
1 parent c15925d commit fe88d0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • CF Cache Status/CF Cache Status Extension/Resources

CF Cache Status/CF Cache Status Extension/Resources/popup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function updateUI(data) {
4848
} else if (hasHeaders) {
4949
renderHero('N/A', 'No cache status detected', 'neutral');
5050
} else {
51-
renderHero('No Data', 'No CDN headers found', 'neutral');
51+
renderHero('No Data', 'Navigate or reload to capture headers', 'neutral');
5252
hideAllSections();
5353
return;
5454
}

0 commit comments

Comments
 (0)