mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-11 20:36:59 -04:00
Compare commits
5 Commits
zlib-1.3.2
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e8ea16920 | ||
|
|
ebe6591864 | ||
|
|
1a5fa93f2f | ||
|
|
0a8fcb585e | ||
|
|
e00ae3fb44 |
2
.github/workflows/test-results.yml
vendored
2
.github/workflows/test-results.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Download and Extract Artifacts
|
||||
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927
|
||||
uses: dawidd6/action-download-artifact@8305c0f1062bb0d184d09ef4493ecb9288447732
|
||||
with:
|
||||
run_id: ${{ github.event.workflow_run.id }}
|
||||
path: artifacts
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
* CHANGED: Deduplicate JSON error message translations
|
||||
* CHANGED: Refactored translation of exception messages
|
||||
* CHANGED: Upgrading libraries to: DOMpurify 3.3.2, ip-lib 1.22.0 & polyfill-php80 1.33.0
|
||||
* CHANGED: Remove obsolete X-XSS-Protection header (#1825)
|
||||
* FIXED: Some exceptions not getting translated
|
||||
* FIXED: Attachment disappears after a "paste" in the message area (#1731)
|
||||
* FIXED: The content format is not reset when creating a new document (#1707)
|
||||
|
||||
@@ -416,7 +416,6 @@ class Controller
|
||||
header('Referrer-Policy: no-referrer');
|
||||
header('X-Content-Type-Options: nosniff');
|
||||
header('X-Frame-Options: deny');
|
||||
header('X-XSS-Protection: 1; mode=block');
|
||||
|
||||
// label all the expiration options
|
||||
$expire = array();
|
||||
|
||||
Reference in New Issue
Block a user