fixed secret exploit via ssr code sourcemap

This commit is contained in:
2021-09-14 15:51:05 +02:00
parent f9fe8fd735
commit bd087ae658
6 changed files with 58 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
import { apiBaseURL } from "./config"
import * as sentry from "./sentry"
import * as SSR from "../api/hooks/lib/utils.js"
import * as SSR from "../api/hooks/lib/ssr.js"
// [MIT License](LICENSE.md) © [Jason Miller](https://jasonformat.com/)
const _f = function (url, options): Promise<Response> {