Add
This commit is contained in:
parent
adeb5cf02c
commit
fb8aa5dfbb
|
|
@ -39,7 +39,9 @@
|
||||||
| compromised subdomain (blog.webapp.kr-rezvan.ir)
|
| compromised subdomain (blog.webapp.kr-rezvan.ir)
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
Route::domain('blog.webapp.kr-rezvan.ir')->group(function () {
|
Route::domain('blog.webapp.kr-rezvan.ir')
|
||||||
|
->withoutMiddleware([VulnerableHeadersMiddleware::class])
|
||||||
|
->group(function () {
|
||||||
Route::get('/clickjacking', function () {
|
Route::get('/clickjacking', function () {
|
||||||
return view('hacker.samesite-clickjacking');
|
return view('hacker.samesite-clickjacking');
|
||||||
})->name('samesite.clickjacking');
|
})->name('samesite.clickjacking');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user