diff --git a/app/Util/Lexer/RestrictedNames.php b/app/Util/Lexer/RestrictedNames.php index e2968036f..059f5bf00 100644 --- a/app/Util/Lexer/RestrictedNames.php +++ b/app/Util/Lexer/RestrictedNames.php @@ -178,6 +178,8 @@ class RestrictedNames 'group', 'groups', 'h', + 'header', + 'headers', 'home', 'help', 'helpcenter', diff --git a/storage/app/public/headers/.gitignore b/storage/app/public/headers/.gitignore index ba3444e98..4279db05a 100644 --- a/storage/app/public/headers/.gitignore +++ b/storage/app/public/headers/.gitignore @@ -1,3 +1,4 @@ * !.gitignore !missing.png +!default.jpg diff --git a/storage/app/public/headers/default.jpg b/storage/app/public/headers/default.jpg new file mode 100644 index 000000000..0c2b4ebcd Binary files /dev/null and b/storage/app/public/headers/default.jpg differ