commentparser stuff
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'allowedHosters' => [
|
||||
'img.w0bm.com' => [
|
||||
'/^img\.w0bm\.com$/'
|
||||
],
|
||||
'allowedHosters' => [
|
||||
'imgur.com' => [
|
||||
'/^i\.imgur\.com$/'
|
||||
],
|
||||
@@ -34,6 +31,7 @@ return [
|
||||
'jpg',
|
||||
'png',
|
||||
'gif',
|
||||
'webp',
|
||||
]
|
||||
];
|
||||
|
||||
|
@@ -40,7 +40,7 @@
|
||||
<input type="checkbox" class="dd-input" id="test">
|
||||
|
||||
<ul class="dd-menu">
|
||||
<li><a href="/{{Auth::user()->username}}">{{Auth::user()->username}}</a></li>
|
||||
<li><a href="/user/{{Auth::user()->username}}">{{Auth::user()->username}}</a></li>
|
||||
<li><a href="{{url('logout')}}">Logout</a></li>
|
||||
</ul>
|
||||
</label>
|
||||
|
Reference in New Issue
Block a user