Skip to content

Instantly share code, notes, and snippets.

@ArnaudBuchholz
Created April 28, 2020 02:20
Show Gist options
  • Save ArnaudBuchholz/e34d6e671c6fc7bd910d4543378ebf90 to your computer and use it in GitHub Desktop.
Save ArnaudBuchholz/e34d6e671c6fc7bd910d4543378ebf90 to your computer and use it in GitHub Desktop.
{
"mappings": [{
"match": "^/proxy/(https?)/(.*)",
"url": "$1://$2",
"unsecure-cookies": true
}, {
"match": "^/echo/(.*)$",
"custom": "./echo.js"
}, {
"match": "^/chrome/(.*)$",
"custom": "./chrome.js"
}, {
"match": "^/gpf\\.js$",
"file": "../node_modules/gpf-js/build/gpf.js"
}, {
"match": "(.*)",
"file": "./$1"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment