0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

「Firefox」でインストール済みアドオンが利用不能 の対処

Last updated at Posted at 2019-05-06

なんかGW中に。。。

ブラウザ開いたら、なんかアドオン死んでる。以下のニュースあり。

「Firefox」でインストール済みアドオンが利用不能になる問題が発生中
https://forest.watch.impress.co.jp/docs/news/1182954.html

「Firefox」v66.0.4が公開 ~アドオンが利用不能になる問題を修正
https://forest.watch.impress.co.jp/docs/news/1182988.html

対処

・前提
Centos7.6
(どうせrepoの更新に時間かかるし自力でやる)
※windowsとかMacは素直に最新入れ直せば良いかも

wget https://download-installer.cdn.mozilla.net/pub/firefox/releases/66.0.4/linux-x86_64/ja/firefox-66.0.4.tar.bz2 
tar xvf firefox-66.0.4.tar.bz2
su -
mkdir /usr/local/firefox6604/ -p
mv firefox /usr/local/firefox6604
ln -s /usr/local/firefox6604/firefox /usr/local/bin/.
/usr/share/applications/firefox.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Firefox
Comment=Firefox 66.0.4
Path=/usr/local/bin
Exec=/usr/local/bin/firefox
Icon=/usr/local/firefox6604/browser/chrome/icons/default/default128.png
Categories=Application;
Version=1.0
Type=Application
Terminal=false

所感

Mozillaは、なぜ5年の中間証明書を作成したのか?
そして、期限まで放置したのか。問い詰めたい。
これからも、Chromeの対抗馬として期待します。

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?