Skip to content

Commit

Permalink
release v2.1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Medicean committed Dec 4, 2019
1 parent 197a462 commit a273062
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
> 有空会补补BUG、添添新功能。
> 同时也欢迎大家的参与!感谢各位朋友的支持! .TAT.
## 2019/12/04 `v(2.1.8.1)`

* Fix ViewSite security issue thx @imagemlt

## 2019/12/04 `v(2.1.8)`

### 核心
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AntSword [![release](https://img.shields.io/badge/release-v2.1.8-blue.svg?style=flat-square)][url-release]
# AntSword [![release](https://img.shields.io/badge/release-v2.1.8.1-blue.svg?style=flat-square)][url-release]

> AntSword in your hands, no worries in your mind!
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.8-blue.svg?style=flat-square)][url-release]
# 中国蚁剑 [![release](https://img.shields.io/badge/release-v2.1.8.1-blue.svg?style=flat-square)][url-release]

> 一剑在手,纵横无忧!
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "antsword",
"version": "2.1.8",
"version": "2.1.8.1",
"description": "中国蚁剑是一款跨平台的开源网站管理工具",
"main": "app.js",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions source/modules/viewsite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@ class ViewSite {
show: false,
autoHideMenuBar: true,
webPreferences: {
sandbox: true,
contextIsolation: true,
allowpopups: false,
allowRunningInsecureContent: false,
nodeIntegration: false
},
title: url
Expand Down

0 comments on commit a273062

Please sign in to comment.