Skip to content

Commit

Permalink
remove domains care employment-finance-immigration (#897)
Browse files Browse the repository at this point in the history
Co-authored-by: Narinder Doal <nsd17@hotmail.co.uk>
  • Loading branch information
narinder17 and Narinder Doal authored Feb 28, 2025
1 parent 848812b commit 21fc9b0
Showing 1 changed file with 0 additions and 130 deletions.
130 changes: 0 additions & 130 deletions environments/prod/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -115,42 +115,6 @@ frontends = [
}
]
},
{
name = "trib-immigration-svcs"
mode = "Prevention"
custom_domain = "immigrationservices.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false

global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "btnSearch"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},
{
name = "trib-info-rights"
mode = "Prevention"
Expand Down Expand Up @@ -239,100 +203,6 @@ frontends = [
}
]
},
{
name = "trib-finance-tax"
mode = "Prevention"
custom_domain = "financeandtax.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false

disabled_rules = {
SQLI = [
"942430", // false positive on /Admin/Commissioners.aspx
]
LFI = [
"930110", // false positive on multi-part uploads
]
}
global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "btnSearch"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "InitialBodyContents"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "txtClaimant"
},
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "__VIEWSTATE"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},
{
name = "trib-employment-appeals"
mode = "Prevention"
custom_domain = "employmentappeals.decisions.tribunals.gov.uk"
dns_zone_name = "decisions.tribunals.gov.uk"
backend_domain = ["dts-tribs-prod-1612499966.eu-west-1.elb.amazonaws.com"]
shutter_app = false
hosted_externally = true
cache_enabled = false
global_exclusions = [
{
match_variable = "RequestBodyPostArgNames"
operator = "Equals"
selector = "__VIEWSTATE"
}
]
custom_rules = [
{
name = "AllowAllAdmin",
type = "MatchRule"
priority = 1
action = "Allow"

match_conditions = [
{
match_variable = "RequestUri"
operator = "Contains"
negation_condition = false
match_values = [
"/Admin", "/Secure"]
}
]
}
]
},
{
name = "trib-tansport-appeals"
mode = "Prevention"
Expand Down

0 comments on commit 21fc9b0

Please sign in to comment.