Skip to content

Commit

Permalink
* tdiary.conf.sample: fix Regexp of private address in @no_referer.
Browse files Browse the repository at this point in the history
git-svn-id: https://tdiary.svn.sourceforge.net/svnroot/tdiary/trunk/core@845 7f22e88f-374d-0410-998f-c91420d97ba2
  • Loading branch information
tadatadashi committed Nov 7, 2002
1 parent 99767fb commit a569fda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,3 +1,6 @@
2002.11.07 TADA Tadashi <sho@spc.gr.jp>
* tdiary.conf.sample: fix Regexp of private address in @no_referer.

2002.11.05 TADA Tadashi <sho@spc.gr.jp>
* misc/i18n/*: spell checking.

Expand Down
14 changes: 7 additions & 7 deletions tdiary.conf.sample
@@ -1,5 +1,5 @@
#
# tDiary configuration file $Revision: 1.13 $
# tDiary configuration file $Revision: 1.14 $
#

#-------
Expand Down Expand Up @@ -214,11 +214,11 @@ FOOTER
# �����Ȥϻ��ꤷ�ʤ��Ǥ���������
@no_referer = [
'^http://localhost[:/]',
'^http://192.168.',
'^http://172.1[6789]',
'^http://172.2[0-9]',
'^http://172.3[01]',
'^http://10.',
'^http://192\.168\.',
'^http://172\.1[6789]',
'^http://172\.2[0-9]',
'^http://172\.3[01]',
'^http://10\.',
# ��ʬ��������URL���ɲä��Ƥ������ɤ�
]

Expand All @@ -234,7 +234,7 @@ FOOTER
['^http://www\.tdiary\.net/.*', 'tDiary.Net'],
['^http://sho\.tdiary.net/(\d{4})(\d\d)(\d\d)\.html', 'Asumi����(\1-\2-\3)'],
['^http://sho\.tdiary.net/(\d{4})(\d\d)\.html', 'Asumi����(\1-\2)'],
['^http://sho\.tdiary.net/.*', 'Asumi����'],
['^http://sho\.tdiary.net/', 'Asumi����'],
['^http://([^\.]*)\.tdiary\.net/(\d{4})(\d\d)(\d\d)\.html', 'tDiary.net[\1](\2-\3-\4)'],
['^http://([^\.]*)\.tdiary\.net/(\d{4})(\d\d)\.html', 'tDiary.net[\1](\2-\3)'],
['^http://([^\.]*)\.tdiary\.net/.*', 'tDiary.net[\1]'],
Expand Down

0 comments on commit a569fda

Please sign in to comment.