diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-21 14:31:37 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-21 14:31:37 -0500 |
commit | 3fe15939f1762ee2c25de300cdfd96d864ac5111 (patch) | |
tree | 55930755c21e5e729c701de6b3c417c62e6d769c /locale/ja/messages.properties | |
parent | 648066ec2b431a23bf0134b701db3914abaf752b (diff) | |
download | ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.tar.lz ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.tar.xz ematrix-3fe15939f1762ee2c25de300cdfd96d864ac5111.zip |
Add help tooltip to noscript spoofing setting
Diffstat (limited to 'locale/ja/messages.properties')
-rw-r--r-- | locale/ja/messages.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/locale/ja/messages.properties b/locale/ja/messages.properties index 8f23467..7959e82 100644 --- a/locale/ja/messages.properties +++ b/locale/ja/messages.properties @@ -179,3 +179,4 @@ genericSubmit=登録する genericRevert=元に戻す errorCantConnectTo=ネットワークエラー: {{url}} に接続できません genericApplyChanges=変更を適用 +noscriptSpoofHelp=<p>ブラウザーがスクリプトをサポートしていない場合、Webページは <noscript> タグを使用して一部のコンテンツを表示できます。 たとえば、一部のWebサイトはユーザーを “scriptless” バージョンにリダイレクトします</p><p>ηMatrixがスクリプトをブロックしても、このオプションが選択されていない限り、ブラウザーはスクリプト実行をサポートするものとして自身をアドバタイズします。</p><p>ηMatrixを選択すると、ブラウザがスクリプトをサポートしていないことをWebサイトに通知します。これは、ファーストパーティのスクリプトをブロックしている場合に確実に実行したいことです。 そのため、<noscript> タグは意図したとおりに機能します。</p><p>ファーストパーティのスクリプトがブロックされているときにこのオプションを選択しないと、スクリプトレスバージョンにリダイレクトすることを意図している場合、Webサイトが不可解に壊れます。</p> |