This file has been truncated, but you can view the full file.
This file contains hidden or 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
| { | |
| "lighthouseVersion": "12.3.0", | |
| "requestedUrl": "https://marathi.indiatimes.com/auto-news/hsrp-number-plate-is-not-mandatory-for-these-vehicles-know-rule-process/amp_articleshow/118964595.cms", | |
| "mainDocumentUrl": "https://marathi.indiatimes.com/auto-news/hsrp-number-plate-is-not-mandatory-for-these-vehicles-know-rule-process/amp_articleshow/118964595.cms", | |
| "finalDisplayedUrl": "https://marathi.indiatimes.com/auto-news/hsrp-number-plate-is-not-mandatory-for-these-vehicles-know-rule-process/amp_articleshow/118964595.cms", | |
| "finalUrl": "https://marathi.indiatimes.com/auto-news/hsrp-number-plate-is-not-mandatory-for-these-vehicles-know-rule-process/amp_articleshow/118964595.cms", | |
| "fetchTime": "2025-03-27T12:00:24.718Z", | |
| "gatherMode": "navigation", | |
| "runWarnings": [ | |
| "There may be stored data affecting loading performance in this location: IndexedDB. Audit this page in an incognito window to prevent those resources from affecting your scores." |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| { | |
| "lighthouseVersion": "12.3.0", | |
| "requestedUrl": "https://timesofindia.indiatimes.com/india/total-insensitivity-sc-stays-controversial-allahabad-hcs-grabbing-breasts-not-rape-attempt-order/amp_articleshow/119518787.cms", | |
| "mainDocumentUrl": "https://timesofindia.indiatimes.com/india/total-insensitivity-sc-stays-controversial-allahabad-hcs-grabbing-breasts-not-rape-attempt-order/amp_articleshow/119518787.cms", | |
| "finalDisplayedUrl": "https://timesofindia.indiatimes.com/india/total-insensitivity-sc-stays-controversial-allahabad-hcs-grabbing-breasts-not-rape-attempt-order/amp_articleshow/119518787.cms", | |
| "finalUrl": "https://timesofindia.indiatimes.com/india/total-insensitivity-sc-stays-controversial-allahabad-hcs-grabbing-breasts-not-rape-attempt-order/amp_articleshow/119518787.cms", | |
| "fetchTime": "2025-03-27T12:01:51.384Z", | |
| "gatherMode": "navigation", | |
| "runWarnings": [ | |
| "There may be stored data affecting loading performance in this location: IndexedDB. Audit this page in an incognito window to pr |
This file contains hidden or 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
| Step 1: | |
| Add below line in your start script command in package.json | |
| "start": "webpack-dev-server --https --env.apiBaseUrl='https://yourdomain.com/' --config webpack.config.js" | |
| Step 2: | |
| After above changes, change your webpack.config.js as below: | |
| module.exports = function({ apiBaseUrl = "https://yourdomain.com/" }) { | |
| return { | |
| ... |
This file contains hidden or 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
| android.permission.ACCESS_ALL_DOWNLOADS | |
| android.permission.ACCESS_BLUETOOTH_SHARE | |
| android.permission.ACCESS_CACHE_FILESYSTEM | |
| android.permission.ACCESS_CHECKIN_PROPERTIES | |
| android.permission.ACCESS_CONTENT_PROVIDERS_EXTERNALLY | |
| android.permission.ACCESS_DOWNLOAD_MANAGER | |
| android.permission.ACCESS_DOWNLOAD_MANAGER_ADVANCED | |
| android.permission.ACCESS_DRM_CERTIFICATES | |
| android.permission.ACCESS_EPHEMERAL_APPS | |
| android.permission.ACCESS_FM_RADIO |