Skip to content

Commit

Permalink
Don't allow cors requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Sep 13, 2023
1 parent 4aacd3e commit b21464a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/com/faforever/userservice/AppConfig.kt
Expand Up @@ -2,6 +2,8 @@ package com.faforever.userservice

import com.vaadin.flow.component.page.AppShellConfigurator
import com.vaadin.flow.theme.Theme
import jakarta.enterprise.context.ApplicationScoped

@Theme("faforever")
@ApplicationScoped
class AppConfig : AppShellConfigurator
2 changes: 0 additions & 2 deletions src/main/resources/application.yaml
Expand Up @@ -39,8 +39,6 @@ security:
failed-login-days-to-check: ${FAILED_LOGIN_DAYS_TO_CHECK:1}

quarkus:
http:
cors: true
log:
level: INFO
rest-client:
Expand Down

0 comments on commit b21464a

Please sign in to comment.