didierfred / SimpleModifyHeaders

Extension for firefox and chrome to modify headers
164 stars 30 forks source link

value ENV var support? #7

Closed ghost closed 5 years ago

ghost commented 5 years ago

Is it possible to add user ENV var support?

For example, if user ENV includes

    echo TOKEN
        123456test

then in SimpleModifyConfig

    Header Field Value: Bearer $TOKEN

?

didierfred commented 5 years ago

Unfortunately , it is not possible to access an environnement variable form a web extension (I Guess for security reasons)