forked from DebaucheryLibrarian/traxxx
Moved SFW mode to server, added HTTP header trigger.
This commit is contained in:
@@ -13,6 +13,10 @@ import Icon from '../components/icon/icon.vue';
|
||||
function init() {
|
||||
const store = initStore(router);
|
||||
|
||||
if (window.env.sfw) {
|
||||
store.dispatch('setSfw', true);
|
||||
}
|
||||
|
||||
Vue.mixin({
|
||||
components: {
|
||||
Icon,
|
||||
|
||||
Reference in New Issue
Block a user