forked from MarseyWorld/MarseyWorld
Partially revert: cb1bb4e43b
, 2737a6ca47
.
cb1bb4e43b40: Server cleaned out schema.sql for some reason and it was autocommitted by the sneed cron. This is why the tests fail. 2737a6ca479b: Originally pulled from themotte/rDrama @ 309bf44f12ba. In light of the fact this is breaking comment previews right now and the actual XSS threat is unclear, given we sanitize serverside, this is reverted until I find time to look at it.master
parent
9a23c195ed
commit
6fbaf2f15f
|
@ -845,7 +845,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if v %}
|
||||
<script src="/assets/js/marked.js?v=254"></script>
|
||||
<script src="/assets/js/marked.js?v=255"></script>
|
||||
<script src="/assets/js/comments_v.js?v=270"></script>
|
||||
{% endif %}
|
||||
|
||||
|
|
|
@ -224,7 +224,7 @@
|
|||
</script>
|
||||
{% endif %}
|
||||
|
||||
<script src="/assets/js/marked.js?v=254"></script>
|
||||
<script src="/assets/js/marked.js?v=255"></script>
|
||||
<script src="/assets/js/formatting.js?v=240"></script>
|
||||
<script src="/assets/js/submit.js?v=255"></script>
|
||||
{% include "emoji_modal.html" %}
|
||||
|
|
|
@ -769,7 +769,7 @@
|
|||
</nav>
|
||||
{% endif %}
|
||||
|
||||
<script src="/assets/js/marked.js?v=254"></script>
|
||||
<script src="/assets/js/marked.js?v=255"></script>
|
||||
|
||||
|
||||
{% if v and v.id != u.id and '/comments' not in request.path %}
|
||||
|
|
1852
schema.sql
1852
schema.sql
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue