Hi All,
I have heard about the term Bundle Whitelisting.
Any thoughts on what exactly is this and when should this be done. Basically looking for some additional inputs here.
Solved! Go to Solution.
Views
Replies
Total Likes
Basically whitelisting bundle means using deprecated API's within our code base even though it is not recommended to use it.
Views
Replies
Total Likes
A good document is here.
Views
Replies
Total Likes
Basically whitelisting bundle means using deprecated API's within our code base even though it is not recommended to use it.
Views
Replies
Total Likes
When you bundle has deprecated usage of API's as an example loginAdminstrative() for session, you have to add your bundle into exception list before you can use it and similar error is thrown in logs also
Views
Replies
Total Likes
Views
Likes
Replies