增加加密接口
This commit is contained in:
@@ -16,10 +16,16 @@ const needToEncryptSet = new Set([
|
||||
|
||||
const encryptPathPrefixes = [
|
||||
'/app/common/',
|
||||
'/app/chat/',
|
||||
'/app/speech/',
|
||||
'/app/job/',
|
||||
'/app/company/',
|
||||
'/app/chat/',
|
||||
'/app/speech/',
|
||||
'/app/job/',
|
||||
'/app/company/',
|
||||
'/app/companycontact/',
|
||||
'/app/appskill/',
|
||||
'/app/userworkexperiences/',
|
||||
'/app/user/',
|
||||
'/app/user/resume/',
|
||||
'/cms/job/recommen/',
|
||||
];
|
||||
|
||||
const isEncryptNeeded = (method, url) => {
|
||||
|
||||
Reference in New Issue
Block a user