Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configure routes in the extension’s options #16

Closed
NV opened this issue Jan 29, 2012 · 0 comments
Closed

Allow configure routes in the extension’s options #16

NV opened this issue Jan 29, 2012 · 0 comments
Labels

Comments

@NV
Copy link
Owner

NV commented Jan 29, 2012

routes.js causes a lot of confusion: #7, #14, #15. As suggested in garbelini/chrome-devtools-autosave-server@04a44fd373e039415a694bc5fbf62d60b27cf9df, wouldn’t it be simpler to configure routes in the extension’s options? The idea is to move to from

exports.routes = [
     {
        from: /^file:\/\/[^/]*\//,
        to: '/'
    }
]

into an input field near "Resource" and "Post to".

I used to don’t like sending a path to a file other the network due security reasons. It’s not a issue since most people use it locally or inside the closed network.

@NV NV closed this as completed in d1ce949 May 7, 2012
NV added a commit to NV/chrome-devtools-autosave-server that referenced this issue May 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant