Skip to content

Commit 1e9af21

Browse files
authored
Firefox 145 ships Integrity-Policy support for scripts (#28241)
FF145 Integrity-Policy support for scripts
1 parent 6cc2c9a commit 1e9af21

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

http/headers/Integrity-Policy-Report-Only.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"chrome_android": "mirror",
1313
"edge": "mirror",
1414
"firefox": {
15-
"version_added": "preview",
15+
"version_added": "145",
1616
"partial_implementation": true,
1717
"notes": "Reporting `endpoints` are ignored (violations are logged to console)."
1818
},
@@ -29,7 +29,7 @@
2929
"webview_ios": "mirror"
3030
},
3131
"status": {
32-
"experimental": true,
32+
"experimental": false,
3333
"standard_track": true,
3434
"deprecated": false
3535
}
@@ -45,7 +45,7 @@
4545
"chrome_android": "mirror",
4646
"edge": "mirror",
4747
"firefox": {
48-
"version_added": "preview"
48+
"version_added": "145"
4949
},
5050
"firefox_android": "mirror",
5151
"oculus": "mirror",
@@ -60,7 +60,7 @@
6060
"webview_ios": "mirror"
6161
},
6262
"status": {
63-
"experimental": true,
63+
"experimental": false,
6464
"standard_track": true,
6565
"deprecated": false
6666
}

http/headers/Integrity-Policy.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"chrome_android": "mirror",
1313
"edge": "mirror",
1414
"firefox": {
15-
"version_added": "preview",
15+
"version_added": "145",
1616
"partial_implementation": true,
1717
"notes": "Reporting `endpoints` are ignored (violations are logged to console)."
1818
},
@@ -29,7 +29,7 @@
2929
"webview_ios": "mirror"
3030
},
3131
"status": {
32-
"experimental": true,
32+
"experimental": false,
3333
"standard_track": true,
3434
"deprecated": false
3535
}
@@ -45,7 +45,7 @@
4545
"chrome_android": "mirror",
4646
"edge": "mirror",
4747
"firefox": {
48-
"version_added": "preview"
48+
"version_added": "145"
4949
},
5050
"firefox_android": "mirror",
5151
"oculus": "mirror",
@@ -60,7 +60,7 @@
6060
"webview_ios": "mirror"
6161
},
6262
"status": {
63-
"experimental": true,
63+
"experimental": false,
6464
"standard_track": true,
6565
"deprecated": false
6666
}

0 commit comments

Comments
 (0)