Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make blacklisted_local_types configurable #30

Closed
coryvirok opened this issue Aug 15, 2014 · 1 comment
Closed

Make blacklisted_local_types configurable #30

coryvirok opened this issue Aug 15, 2014 · 1 comment
Milestone

Comments

@coryvirok
Copy link
Contributor

We want to allow the user to configure the blacklisted_local_types object. Currently, this is only done by rollbar.contrib.django when it's imported.

@rokob
Copy link
Contributor

rokob commented Mar 16, 2018

A bigger issue here is that blacklisted_local_types still exists as a list in the code, but it is never used anywhere. It appears that the blacklist idea was converted into the idea of safe_repr which is basically a whitelist. The change that stopped using blacklisted_local_types was #75. So I'm going to close this issue by cleaning up the existence of that list including modifying it in the Django contrib code in favor of the existing whitelist and safe_repr options.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants