diff options
-rwxr-xr-x | amebanow.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amebanow.js b/amebanow.js index 0fe1113..f054335 100755 --- a/amebanow.js +++ b/amebanow.js @@ -39,7 +39,7 @@ let PLUGIN_INFO = <name lang="ja">Amebaなう</name> <description>nau</description> <description lang="ja">Amebaなうする</description> - <version>1.0.2</version> + <version>1.0.3</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> @@ -89,7 +89,7 @@ let INFO = let req = new plugins.libly.Request( url, - {Referrer: 'http://now.ameba.jp/'}, + {Referer: 'http://now.ameba.jp/'}, {postBody: data} ); req.addEventListener( |