Skip to content

Commit

Permalink
Merge pull request #1516 from yuki3738/update-rack-protection-link-in…
Browse files Browse the repository at this point in the history
…-readme

Update Rack::Protection link in Readme.*.md
  • Loading branch information
namusyaka committed Jan 14, 2019
2 parents f77a0d0 + 8b693bf commit 26fa5c8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.de.md
Expand Up @@ -2236,7 +2236,7 @@ end
#### Einstellung des Angriffsschutzes

Sinatra verwendet
[Rack::Protection](https://github.com/sinatra/rack-protection#readme), um die
[Rack::Protection](https://github.com/sinatra/sinatra/tree/master/rack-protection#readme), um die
Anwendung vor häufig vorkommenden Angriffen zu schützen. Diese Voreinstellung
lässt sich selbstverständlich deaktivieren, der damit verbundene
Geschwindigkeitszuwachs steht aber in keinem Verhätnis zu den möglichen
Expand Down
2 changes: 1 addition & 1 deletion README.fr.md
Expand Up @@ -2048,7 +2048,7 @@ end

### Se protéger des attaques

Sinatra utilise [Rack::Protection](https://github.com/sinatra/rack-protection#readme)
Sinatra utilise [Rack::Protection](https://github.com/sinatra/sinatra/tree/master/rack-protection#readme)
pour protéger votre application contre les principales attaques opportunistes.
Vous pouvez très simplement désactiver cette fonctionnalité (ce qui exposera
votre application à beaucoup de vulnerabilités courantes) :
Expand Down
2 changes: 1 addition & 1 deletion README.ja.md
Expand Up @@ -1952,7 +1952,7 @@ end

### 攻撃防御に対する設定

Sinatraは[Rack::Protection](https://github.com/sinatra/rack-protection#readme)を使用することで、アプリケーションを一般的な日和見的攻撃から守っています。これは簡単に無効化できます(が、アプリケーションに大量の一般的な脆弱性を埋め込むことになってしまいます)。
Sinatraは[Rack::Protection](https://github.com/sinatra/sinatra/tree/master/rack-protection#readme)を使用することで、アプリケーションを一般的な日和見的攻撃から守っています。これは簡単に無効化できます(が、アプリケーションに大量の一般的な脆弱性を埋め込むことになってしまいます)。

```ruby
disable :protection
Expand Down
2 changes: 1 addition & 1 deletion README.ko.md
Expand Up @@ -2023,7 +2023,7 @@ end

### 공격 방어 설정하기(Configuring attack protection)

Sinatra는 [Rack::Protection](https://github.com/sinatra/rack-protection#readme)을 사용하여
Sinatra는 [Rack::Protection](https://github.com/sinatra/sinatra/tree/master/rack-protection#readme)을 사용하여
일반적이고 일어날 수 있는 공격에 대비합니다. 이 모듈은 간단하게 비활성시킬 수 있습니다.
(하지만 애플리케이션에 엄청나게 많은 취약성을 야기합니다.)

Expand Down
2 changes: 1 addition & 1 deletion README.ru.md
Expand Up @@ -2226,7 +2226,7 @@ end
### Настройка защиты от атак

Sinatra использует
[Rack::Protection](https://github.com/sinatra/rack-protection#readme) для защиты
[Rack::Protection](https://github.com/sinatra/sinatra/tree/master/rack-protection#readme) для защиты
приложения от простых атак. Вы можете легко выключить эту защиту (что сделает
ваше приложение чрезвычайно уязвимым к большому числу различных уязвимостей):

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Expand Up @@ -2027,7 +2027,7 @@ end

### 配置攻击防护

Sinatra 使用 [Rack::Protection](https://github.com/sinatra/rack-protection#readme)
Sinatra 使用 [Rack::Protection](https://github.com/sinatra/sinatra/tree/master/rack-protection#readme)
来抵御常见的攻击。你可以轻易地禁用该行为(但这会大大增加应用被攻击的概率)。

```ruby
Expand Down

0 comments on commit 26fa5c8

Please sign in to comment.