Johnny's Blog

记录生活的点点滴滴

http自动转https

with 2 comments1,002 views

修改完hostsTwitterFox可以正常使用,不过在TwitterFox中点击twitter的链接时打开的是http形式,仍然无法访问,此时需要手动改成https形式,比较麻烦,不过有了这个插件问题就解决了,可以将http自动强制转化为https。

Redirector

安装地址:https://addons.mozilla.org/zh-CN/firefox/addon/5064

使用方法:安装后在Redirector的选项中添加

example url: twitter.com

include pattern: http://twitter.com/*

redirect to: https://twitter.com/$1

然后确定后关闭即可。

不止是twitter需要加密形式的https访问,其他网站(facebook、friendfeed等)当然也同样适用,更多说明参考redirector的说明文档评论


Written by Johnny

July 8th, 2009 at 11:19 am

Posted in 实用

Tagged with , , ,

2 Responses to 'http自动转https'

Subscribe to comments with RSS or TrackBack to 'http自动转https'.

  1. 收藏

    [Reply]

    雪深

    8 Jul 09 at 12:43 pm

  2. [...] 上次说到twitter修改hosts后只能用https打开,在firefox里用Redirector这个扩展可以很轻松的将http自动转化为https。opera也能实现这个功能,需要加一段js脚本: [...]

Leave a Reply