forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1770395 - Telemetry for file protocol script loads. r=freddyb
Differential Revision: https://phabricator.services.mozilla.com/D146902
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10085,6 +10085,16 @@ | |
"labels": ["unknown","javaScript","image", "audio", "video","text_plain","text_csv","text_xml","app_octet_stream","app_xml","app_json","text_json","text_html","empty","serviceworker_load","worker_load","importScript_load","script_load","same_origin","CORS_origin","cross_origin", "worklet_load"], | ||
"description": "Whether the script load has a MIME type of ...? (unknown, javaScript, image, audio, video, text_plain, text_csv, text_xml, app_octet_stream, app_xml, app_json, text_json, text_html, empty). Whether the script load is from ...? (serviceworker_load, worker_load, importSript_load, script_load). Whether the script load is of ...? (same_origin, CORS_origin, cross_origin)" | ||
}, | ||
"SCRIPT_FILE_PROTOCOL_CORRECT_MIME": { | ||
"record_in_processes": ["main", "content"], | ||
"products": ["firefox"], | ||
"alert_emails": ["[email protected]"], | ||
"bug_numbers": [1770395], | ||
"expires_in_version": "107", | ||
"releaseChannelCollection": "opt-out", | ||
"kind": "boolean", | ||
"description": "Script loaded from file:// has a correct MIME type." | ||
}, | ||
"NEWTAB_PAGE_ENABLED": { | ||
"record_in_processes": ["main", "content"], | ||
"products": ["firefox", "fennec"], | ||
|