mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-23 22:56:08 +09:00
Update boot.js
Add note
This commit is contained in:
parent
5a715a6bf2
commit
af8db5649c
@ -11,6 +11,12 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
// Chromeで確認したことなのですが、constやletを用いたとしても
|
||||
// グローバルなスコープで定数/変数を定義するとwindowのプロパティ
|
||||
// としてそれがアクセスできるようになる訳ではありませんが、普通に
|
||||
// コンソールから定数/変数名を入力するとアクセスできてしまいます。
|
||||
// ブロックに入れてスコープをグローバルでなくするとそれが防げます
|
||||
// (Chrome以外のブラウザでは検証していません)
|
||||
{
|
||||
// Get the current url information
|
||||
const url = new URL(location.href);
|
||||
|
Loading…
Reference in New Issue
Block a user