File tree Expand file tree Collapse file tree 3 files changed +4
-25
lines changed Expand file tree Collapse file tree 3 files changed +4
-25
lines changed Original file line number Diff line number Diff line change 175
175
176
176
END OF TERMS AND CONDITIONS
177
177
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[ ] "
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright [ yyyy] [ name of copyright owner]
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.
178
+ Copyright 2019, dajya-ranger.com
Original file line number Diff line number Diff line change 1
1
# pukiwiki-plugin-html
2
+
2
3
PukiWiki用HTML出力プラグイン
4
+
3
5
- 暫定公開版です([ PukiWiki1.5.2] ( https://pukiwiki.osdn.jp/?PukiWiki/Download/1.5.2 ) で動作確認済)
4
6
- ブロック型プラグイン ** #html(<出力するHTML>)** としても、インライン型プラグイン ** &html(<出力するHTML>);** としても利用可能
5
7
- そのままHTMLコード(JavaScript含む)を出力するので、[ クロスサイトスクリプティング(XSS)] ( https://ja.wikipedia.org/wiki/%E3%82%AF%E3%83%AD%E3%82%B9%E3%82%B5%E3%82%A4%E3%83%88%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0 ) のセキュリティホール(脆弱性)の危険性を孕みます(利用には十分気を付けて下さい)
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- /**
3
+ /*
4
4
* html.inc.php
5
5
*
6
6
* HTML出力プラグイン
You can’t perform that action at this time.
0 commit comments