Allow configuration of where the RPC content script is read from via rpcContentScriptDir#135
Allow configuration of where the RPC content script is read from via rpcContentScriptDir#135nessup wants to merge 2 commits intoGoogleChromeLabs:masterfrom
Conversation
…`rpcContentScriptDir`
Co-Authored-By: nessup <nessup@gmail.com>
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
This allows the RPC content script to be arbitrary read from any directory, rather than the default
__dirname + '../rpc/rpc.js. This is important in situations wherenode_modulesmay be inaccessible in certain situations, such as in production builds.