﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30766	Refactor ExceptionReporter to allow overriding cookies filter.	Nasir Hussain		Since now we are allowing to use custom ExceptionRepoter subclass in #29714. We should refactor ExceptionReporter and move [https://github.com/django/django/blob/350123f38c2b6217c38d70bfbd924a9ba3df1289/django/views/debug.py#L319 cookies] extraction to a function like we are doing for POST [https://github.com/django/django/blob/350123f38c2b6217c38d70bfbd924a9ba3df1289/django/views/debug.py#L305 here] so that It is easy to override sensitive cookies filtering in the custom subclass of ExceptionRepoter. 	Cleanup/optimization	new	Error reporting	dev	Normal				Unreviewed	0	0	0	0	0	0
