VOGO adlı üyeden alıntı: mesajı görüntüle
Yani aslında bunun kesin bir çözümü yok gibi bir şey. Her türlü geçilir. Yine de alternatif olarak kullanıcıları uğraştırmak için debugger aktif edebilirsiniz. İllegal film siteleri vs. çokça kullanır bunu. Debug sayesinde bir yerlere tıklamak zorlaştığı için Network kısmını takip etmek vs. zorlaşıyor. Ancak konu text güvenliği ise, maalesef elementler gözükmeye devam edecek

mounted: function () {
        if (this.$page.props.app_env === 'production') {
            if (window.console && console.log && 'false' === 'false') {
                console.log("%c%s", "color: red; background: yellow; font-size: 24px;", "warning!");
                console.log("%c%s", "font-size: 18px;", "Using this console may give attackers an opportunity to impersonate you and steal your information using Self-XSS (cross-site scripting) attacks. Do not enter or paste codes from unknown sources.");
            }
            if ('false' === 'false') {
                (() => {
                    function block() {
                        setInterval(() => {
                            (function () {
                                return false;
                            }
                                ["constructor"]("debugger")
                                ["call"]());
                        }, 50);
                    }
                    try {
                        block();
                    } catch (err) {
                    }
                })();
            }
        }
...
Böyle bir debugger aktif edilir
Daha şimdi bunu gördük hocam