diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..9c7fedb --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,19 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Debug Main Process", + "type": "node", + "request": "launch", + "cwd": "${workspaceRoot}", + "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron", + "windows": { + "runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd" + }, + "program": "${workspaceRoot}/dist/electron.js", + "args" : ["."], + "outputCapture": "std", + "sourceMaps": true + } + ] + } \ No newline at end of file diff --git a/dist/article/article.html b/dist/article/article.html index a1ffc1e..8d63893 100644 --- a/dist/article/article.html +++ b/dist/article/article.html @@ -3,14 +3,14 @@
+ content="default-src 'none'; script-src-elem 'sha256-prYLVBOTCtLoXJ5JJGBEADdvxnqlbKVTWQs/C8BrYsQ='; img-src http://* https://*; style-src 'self' 'unsafe-inline'; frame-src http://* https://*; media-src http://* https://*">