-
Notifications
You must be signed in to change notification settings - Fork 41
/
developer_mozilla_org.yml
115 lines (104 loc) · 3.13 KB
/
developer_mozilla_org.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Anonymization rules for MDN wiki_mdc_deki
databases:
lmo_wiki_mdc_deki:
truncate:
- objectcache
- querycache
- requestlog
- requeststats
tables:
attachments_backup:
hash_value:
- at_user_text
- at_removed_by_text
logins:
random_ip:
- login_ip_address
users:
hash_value:
- user_name
- user_real_name
hash_email:
- user_email
nullify:
- user_password
- user_newpassword
- user_token
- user_external_name
lmo_developer_mozilla_org_django:
truncate:
- auth_message
- django_admin_log
- django_session
- threadedcomments_freethreadedcomment
- threadedcomments_testmodel
tables:
actioncounters_actioncounterunique:
random_ip:
- ip
nullify:
- user_agent
- session_key
auth_user:
hash_value:
- username
random_email:
- email
random_int:
- first_name
- last_name
nullify:
- password
contentflagging_contentflag:
random_ip:
- ip
nullify:
- user_agent
- session_key
user_profiles:
random_int:
- location
- homepage
lmo_developer_mozilla_org_phpbb:
truncate:
- phpbb_sessions
- phpbb_sessions_keys
tables:
phpbb_banlist:
nullify:
- ban_ip
phpbb_log:
random_ip:
- log_ip
phpbb_moderator_cache:
hash_value:
- username
phpbb_posts:
nullify:
- post_username
random_ip:
- poster_ip
phpbb_privmsgs:
random_ip:
- author_ip
phpbb_profile_fields_data:
hash_value:
- pf_irc_nickname
phpbb_topics:
hash_value:
- topic_first_poster_name
- topic_last_poster_name
phpbb_users:
hash_value:
- username
- username_clean
hash_email:
- user_email
nullify:
- user_ip
- user_password
- user_passchg
- user_email_hash
- user_last_confirm_key
- user_lastpage
- user_form_salt