Q. Which decorator is used to exempt a view from CSRF protection?
β
Correct Answer: (B)
@csrf_exempt
Explanation: `@csrf_exempt` disables CSRF protection for a particular view.