mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Prevented custom HTML being inserted on settings page
Gives option for fixing if badly formatted HTML is inserted. Closes #310
This commit is contained in:
@ -129,7 +129,7 @@ Route::group(['middleware' => 'auth'], function () {
|
||||
|
||||
// Settings
|
||||
Route::group(['prefix' => 'settings'], function() {
|
||||
Route::get('/', 'SettingController@index');
|
||||
Route::get('/', 'SettingController@index')->name('settings');
|
||||
Route::post('/', 'SettingController@update');
|
||||
|
||||
// Users
|
||||
|
Reference in New Issue
Block a user