chore(build): remove ForbiddenAuthorizationHeaderTask and related architecture guard tasks
- Deleted `ForbiddenAuthorizationHeaderTask` and its registration in the build script to simplify the build process. - Removed associated architectural guard checks (`archGuardForbiddenAuthorizationHeader` and `archGuards`).
This commit is contained in:
+1
-1
@@ -171,7 +171,7 @@ tasks.register("archGuardForbiddenAuthorizationHeader") {
|
||||
".header(\"Authorization\"",
|
||||
"setHeader(\"Authorization\"",
|
||||
"headers[\"Authorization\"]",
|
||||
"headers['Authorization']",
|
||||
"headers[\'Authorization\']",
|
||||
".header(HttpHeaders.Authorization",
|
||||
"header(HttpHeaders.Authorization",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user