mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
add animated screenshot
This commit is contained in:
@@ -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;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user