mirror of
https://github.com/coder/code-server.git
synced 2026-05-29 16:39:33 +00:00
Fix icons on safari when using cookie authentication (#398)
Cookie's are not sent with url's in -webkit-mask so we embed the svg's directly in the css.
This commit is contained in:
committed by
Kyle Carberry
parent
7481395353
commit
97f5b07003
@@ -42,6 +42,7 @@
|
||||
"typescript": "^3.2.2",
|
||||
"typescript-tslint-plugin": "^0.2.1",
|
||||
"uglifyjs-webpack-plugin": "^2.1.1",
|
||||
"url-loader": "^1.1.2",
|
||||
"util": "^0.11.1",
|
||||
"webpack": "^4.28.4",
|
||||
"webpack-bundle-analyzer": "^3.0.3",
|
||||
|
||||
Reference in New Issue
Block a user