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