Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yPhil
Pétrolette
Commits
c50a5e67
Commit
c50a5e67
authored
Mar 12, 2022
by
yPhil
Browse files
Changelog update
parent
3357c251
Pipeline
#495264
passed with stage
in 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c50a5e67
...
...
@@ -9,7 +9,7 @@
-
All dependancies are now installed & managed with NPM #90af60e
-
New "Insecure items in this feed were not loaded" notification #1e3a51a
-
Default feeds update #4da8bdf
-
New tests (static files, error codes)
-
New tests (static files, error codes)
#e32f2d07
### Bugfixes
-
Complex URLs containing query strings are now properly handled #1325ab5
...
...
petrolette.js
View file @
c50a5e67
...
...
@@ -23,8 +23,6 @@ app.set('view engine', 'html');
app
.
use
(
compression
());
app
.
use
(
helmet
({
contentSecurityPolicy
:
false
,
crossOriginEmbedderPolicy
:
false
}));
// app.use(helmet({contentSecurityPolicy: false, crossOriginEmbedderPolicy: false}));
app
.
use
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment