Skip to content

Instantly share code, notes, and snippets.

View ravi123shanker's full-sized avatar
🎲

Ravi Shanker Yadav ravi123shanker

🎲
View GitHub Profile
This file has been truncated, but you can view the full file.
{
"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.
{
"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
@ravi123shanker
ravi123shanker / webpack_https_proxy.txt
Created January 7, 2021 12:33
How to Configure a Webpack Proxy for HTTPS domain
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 {
...
@ravi123shanker
ravi123shanker / permissions.txt
Created October 12, 2016 04:24 — forked from Arinerron/permissions.txt
A list of all Android permissions...
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