Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
antSword
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HuangJunbo
antSword
Commits
e5230965
Commit
e5230965
authored
Apr 17, 2019
by
Medicean
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Security:MainWindow) 主窗口增加CSP策略
parent
ed01dead
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
CHANGELOG.md
CHANGELOG.md
+4
-0
index.html
views/index.html
+1
-0
No files found.
CHANGELOG.md
View file @
e5230965
# 更新日志
# 更新日志
> 有空会补补BUG、添添新功能。
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## `v(2.0.7.3)
*
主窗口增加 CSP 策略
## `v(2.0.7.2)`
## `v(2.0.7.2)`
*
Fix #150 文件路径输入框未过滤问题
*
Fix #150 文件路径输入框未过滤问题
...
...
views/index.html
View file @
e5230965
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
<head>
<head>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<title>
AntSword
</title>
<title>
AntSword
</title>
<meta
http-equiv=
"Content-Security-Policy"
content=
"default-src 'none';img-src data: ant-static: http: https:;script-src ant-static: ant-src: 'unsafe-eval' 'unsafe-inline';style-src ant-static: 'unsafe-inline';font-src ant-static:;frame-src data:;connect-src http://127.0.0.1:*"
>
<link
rel=
"stylesheet"
href=
"ant-static://css/index.css"
/>
<link
rel=
"stylesheet"
href=
"ant-static://css/index.css"
/>
<script
src=
"ant-src://load.entry.js"
></script>
<script
src=
"ant-src://load.entry.js"
></script>
</head>
</head>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment