@better-auth/oauth-provider 1.5.1-beta.2 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -1272,7 +1272,7 @@ const DANGEROUS_SCHEMES = [
|
|
|
1272
1272
|
"vbscript:"
|
|
1273
1273
|
];
|
|
1274
1274
|
function isLocalhost(hostname) {
|
|
1275
|
-
return hostname === "localhost" || hostname === "127.0.0.1" || hostname === "[::1]"
|
|
1275
|
+
return hostname === "localhost" || hostname === "127.0.0.1" || hostname === "[::1]";
|
|
1276
1276
|
}
|
|
1277
1277
|
/**
|
|
1278
1278
|
* Reusable URL validation for OAuth redirect URIs.
|