Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
d8d4e962
Commit
d8d4e962
authored
Nov 04, 2020
by
lain
Browse files
Merge branch 'default-mrf' into 'develop'
Add TagPolicy as default MRF See merge request
!2834
parents
78cea445
e9cff69b
Pipeline
#32571
passed with stages
in 88 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
config/config.exs
View file @
d8d4e962
...
@@ -820,7 +820,7 @@
...
@@ -820,7 +820,7 @@
config
:pleroma
,
Pleroma
.
Web
.
ApiSpec
.
CastAndValidate
,
strict:
false
config
:pleroma
,
Pleroma
.
Web
.
ApiSpec
.
CastAndValidate
,
strict:
false
config
:pleroma
,
:mrf
,
config
:pleroma
,
:mrf
,
policies:
Pleroma
.
Web
.
ActivityPub
.
MRF
.
ObjectAgePolicy
,
policies:
[
Pleroma
.
Web
.
ActivityPub
.
MRF
.
ObjectAgePolicy
,
Pleroma
.
Web
.
ActivityPub
.
MRF
.
TagPolicy
],
transparency:
true
,
transparency:
true
,
transparency_exclusions:
[]
transparency_exclusions:
[]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment