mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-05-18 04:48:27 +00:00
add animated screenshot
This commit is contained in:
parent
900daf13d3
commit
adb046b476
@ -34,7 +34,7 @@ Feature
|
|||||||
* a web interface is availabe for you to view request details
|
* a web interface is availabe for you to view request details
|
||||||
* (beta)a web UI interface for you to replace some remote response with local data
|
* (beta)a web UI interface for you to replace some remote response with local data
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Quick Start
|
Quick Start
|
||||||
--------------
|
--------------
|
||||||
|
@ -53,6 +53,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
shouldInterceptHttpsReq:function(req){
|
shouldInterceptHttpsReq:function(req){
|
||||||
|
// return false;
|
||||||
return isRootCAFileExists;
|
return isRootCAFileExists;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user