mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 20:49:06 +01:00
oops
This commit is contained in:
parent
44fcc9cbc0
commit
28df3c56ec
@ -11,13 +11,7 @@
|
|||||||
|
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
// Chromeで確認したことなのですが、constやletを用いたとしても
|
(function() {
|
||||||
// グローバルなスコープで定数/変数を定義するとwindowのプロパティ
|
|
||||||
// としてそれがアクセスできるようになる訳ではありませんが、普通に
|
|
||||||
// コンソールから定数/変数名を入力するとアクセスできてしまいます。
|
|
||||||
// ブロック内に入れてスコープを非グローバル化するとそれが防げます
|
|
||||||
// (Chrome以外のブラウザでは検証していません)
|
|
||||||
{
|
|
||||||
// キャッシュ削除要求があれば従う
|
// キャッシュ削除要求があれば従う
|
||||||
if (localStorage.getItem('shouldFlush') == 'true') {
|
if (localStorage.getItem('shouldFlush') == 'true') {
|
||||||
refresh();
|
refresh();
|
||||||
@ -138,4 +132,4 @@
|
|||||||
// Force reload
|
// Force reload
|
||||||
location.reload(true);
|
location.reload(true);
|
||||||
}
|
}
|
||||||
}
|
})();
|
||||||
|
Loading…
Reference in New Issue
Block a user